Try to run bootstrap on travis
This basically tests the whole setup process
This commit is contained in:
parent
ddeeb5ffd7
commit
eecb129bd5
@ -22,11 +22,13 @@ install:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm run devchain &
|
- npm run devchain &
|
||||||
|
- ipfs daemon --offline &
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run lint:wrapper
|
- npm run lint:wrapper
|
||||||
- npm run lint:contract-tests
|
- npm run lint:contract-tests
|
||||||
- npm run test
|
- npm run test
|
||||||
|
- npm run bootstrap
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user