Commit fa7ea35e fa7ea35e11904ca575b678471297bc8b0407217b by Nicolas Perriault

new attempt to setup travis ci now it has phantomjs installed

1 parent 1cc91aca
1 branches:
2 only:
3 - master
4 before_script:
5 - "export PHANTOMJS_EXECUTABLE='phantomjs'"
6 - "export DISPLAY=:99.0"
7 - "sh -e /etc/init.d/xvfb start"
8 script:
9 - "DISPLAY=:99.0 ./bin/casperjs test tests/suites"