travis config, another one
This commit is contained in:
parent
924cfedad4
commit
bc6298acbf
@ -18,10 +18,13 @@ cache:
|
|||||||
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 run devchain & travis_wait 60 npm run test
|
- travis_wait 60 npm run test
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user