Skip to content

Commit 99b1ed9

Browse files
chore(travis): run http-server in the background
1 parent dd8deaf commit 99b1ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55
before_script:
66
- export DISPLAY=:99.0
77
- sh -e /etc/init.d/xvfb start
8-
- npm start
8+
- npm start > /dev/null &
99
- sleep 1 # give server time to start
1010

1111
script:

0 commit comments

Comments
 (0)