Skip to content

Commit

Permalink
Fork http server in background
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Thurm authored and Benjamin Thurm committed Nov 6, 2014
1 parent d6bf78b commit 7e03149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- http-server -a 0.0.0.0 -p 8080
- http-server -s -a 0.0.0.0 -p 8080 &

script:
- casperjs test tests/headless/run-testsuite.js --host=http://0.0.0.0:8080/
Expand Down

0 comments on commit 7e03149

Please sign in to comment.