Compare commits

...

1 Commits

Author SHA1 Message Date
eecb129bd5 Try to run bootstrap on travis
This basically tests the whole setup process
2019-08-09 18:54:52 +02:00

View File

@ -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: