Try to run bootstrap on travis

This basically tests the whole setup process
This commit is contained in:
bumi 2019-08-09 18:54:52 +02:00
parent ddeeb5ffd7
commit eecb129bd5

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: