Install Aragon CLI and Truffle on Travis

This commit is contained in:
2019-08-09 18:26:38 +02:00
parent 819fbc547a
commit ae71691c5b

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: