We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566f8e5 commit 5e53197Copy full SHA for 5e53197
scripts/start_forever.sh
@@ -10,7 +10,9 @@
10
11
12
# Back to root directory.
13
-cd ..
+if ! [[ -n "$TRAVIS" ]]; then
14
+ cd ..
15
+fi
16
17
# Run the server.
18
forever start main.js -o log.txt
scripts/stop_forever.sh
# Stop the server.
forever stop main.js
0 commit comments