Skip to content

Commit

Permalink
Fix Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Jun 29, 2013
1 parent 77c3c1e commit 10d2c48
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
language: "node_js"
node_js:
- 0.8
- "0.10"
- "0.8"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: "phantomjs demo/components/phantom-jasmine/run_jasmine_test.coffee demo/test/run/jasmine_test.html"
script: "phantomjs components/phantom-jasmine/run_jasmine_test.coffee test/run/jasmine_test.html"

0 comments on commit 10d2c48

Please sign in to comment.