modify travis config

This commit is contained in:
haythem 2019-07-18 01:06:41 +01:00
parent 5210eaf82f
commit a2c8633636

View File

@ -9,10 +9,12 @@ dist: xenial
install:
- npm install
before_script:
- npm run devchain
script:
- npm run lint:wrapper
- npm run lint:contract-tests
- npm run devchain
- npm test
branches: