Commit fa7ea35e fa7ea35e11904ca575b678471297bc8b0407217b by Nicolas Perriault

new attempt to setup travis ci now it has phantomjs installed

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