Skip to content

Commit

Permalink
travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebv committed Oct 27, 2013
1 parent 4790141 commit 2f3b72c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,9 +1,10 @@
language: node_js
node_js:
- 0.10
before_script:
- "sudo apt-get update -y"
- "sudo apt-get install -y phantomjs -V"
# before_script:
# - "sudo apt-get update -y"
# - "sudo apt-get install -y phantomjs -V"
script:
- "uname -a"
- "phantomjs -v"
- "cake test"
# - "cake test"

0 comments on commit 2f3b72c

Please sign in to comment.