modify travis config

This commit is contained in:
haythem 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 truffle
- npm install
- npm run install-all
before_script:
- npm run devchain &