modify travis config

This commit is contained in:
haythem 2019-10-05 18:16:27 +01:00
parent b2d4277a11
commit 4ef5db5185

View File

@ -29,7 +29,8 @@ install:
- npm install - npm install
before_script: before_script:
- npm run devchain & - npm run devchain > /dev/null &
- sleep 5
script: script:
- travis_wait 60 npm run $TASK - travis_wait 60 npm run $TASK