Install Aragon CLI and Truffle on Travis

This commit is contained in:
Basti 2019-08-09 18:26:38 +02:00
parent 819fbc547a
commit ae71691c5b
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

@ -16,6 +16,8 @@ cache:
- apps/vault/node_modules - apps/vault/node_modules
install: install:
- npm install -g @aragon/cli
- npm install -g truffle
- npm install - npm install
before_script: before_script: