Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore(travis): run http-server in the background
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Mar 28, 2014
1 parent dd8deaf commit 99b1ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ node_js:
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm start
- npm start > /dev/null &
- sleep 1 # give server time to start

script:
Expand Down

0 comments on commit 99b1ed9

Please sign in to comment.