modify travis config
This commit is contained in:
@@ -9,13 +9,10 @@ dist: xenial
|
|||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
before_script:
|
|
||||||
- npm run devchain
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run lint:wrapper
|
- npm run lint:wrapper
|
||||||
- npm run lint:contract-tests
|
- npm run lint:contract-tests
|
||||||
- npm test
|
- npm run devchain & travis_wait 60 npm test
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|||||||
Reference in New Issue
Block a user