Skip to content

Commit

Permalink
TravisCI config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azproduction committed Sep 18, 2012
1 parent c97e1fc commit 2694521
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ node_js:
before_script:
- "git submodule update --init"
- "npm install http-server -g"
- "cd test"
- "make"
- "cd .."
- "http-server test/qunit -a 127.0.0.1 -p 8080 &"
- "sleep 5"
script: phantomjs test/qunit/phantomjs-index.js "http://localhost:8080/index.html"

0 comments on commit 2694521

Please sign in to comment.