Skip to content

Commit 1702f7d

Browse files
committed
ci: run server in background on travis
1 parent 231420b commit 1702f7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

movies/.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
before_script:
2+
- npm start &; $SERVER_PID=$!
3+
after_script:
4+
- kill $SERVER_PID

0 commit comments

Comments
 (0)