update travis config
This commit is contained in:
parent
dc3d267cd5
commit
c2ada23590
18
.travis.yml
18
.travis.yml
@ -15,21 +15,25 @@ cache:
|
|||||||
- apps/token/node_modules
|
- apps/token/node_modules
|
||||||
- apps/vault/node_modules
|
- apps/vault/node_modules
|
||||||
|
|
||||||
|
env:
|
||||||
|
- TASK=lint:wrapper
|
||||||
|
- TASK=lint:contract-tests
|
||||||
|
- TASK=test:token
|
||||||
|
- TASK=test:contributor
|
||||||
|
- TASK=test:contribution
|
||||||
|
- TASK=test:proposal
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install -g @aragon/cli
|
- npm install -g @aragon/cli
|
||||||
- npm install -g truffle
|
- npm install -g truffle
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm run devchain &
|
- npm run devchain > /dev/null &
|
||||||
|
- sleep 5
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run lint:wrapper
|
- travis_wait 60 npm run $TASK
|
||||||
- npm run lint:contract-tests
|
|
||||||
- npm run test:token
|
|
||||||
- npm run test:contributor
|
|
||||||
- npm run test:contribution
|
|
||||||
- npm run test:proposal
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user