modify travis config

This commit is contained in:
haythem 2019-07-18 01:15:30 +01:00
parent a2c8633636
commit 2b1a3cf430

View File

@ -9,13 +9,10 @@ dist: xenial
install:
- npm install
before_script:
- npm run devchain
script:
- npm run lint:wrapper
- npm run lint:contract-tests
- npm test
- npm run devchain & travis_wait 60 npm test
branches:
only: