We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231420b commit 1702f7dCopy full SHA for 1702f7d
movies/.travis.yml
@@ -0,0 +1,4 @@
1
+before_script:
2
+ - npm start &; $SERVER_PID=$!
3
+after_script:
4
+ - kill $SERVER_PID
0 commit comments