travis config, another one

This commit is contained in:
haythem 2019-07-18 10:10:58 +01:00
parent 924cfedad4
commit bc6298acbf

View File

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