modify travis config

This commit is contained in:
2019-08-11 10:55:30 +01:00
parent 1c1a318ae6
commit dd46b2c26c

View File

@@ -19,6 +19,7 @@ install:
- npm install -g @aragon/cli - npm install -g @aragon/cli
- npm install -g truffle - npm install -g truffle
- npm install - npm install
- npm run install-all
before_script: before_script:
- npm run devchain & - npm run devchain &