We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c05719 commit 867b8efCopy full SHA for 867b8ef
.travis.yml
@@ -1,4 +1,4 @@
1
language: node_js
2
node_js:
3
- "6.0.0"
4
-script: cd src && npm install -g pm2 && npm install && npm start && cd ../tests/functional && npm install -g mocha && npm install && npm start
+script: cd src && npm install -g pm2 && npm install && pm2 start index.js && cd ../tests/functional && npm install -g mocha && npm install && npm start
0 commit comments