We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330cb52 commit 433564cCopy full SHA for 433564c
.travis.yml
@@ -8,6 +8,7 @@ cache:
8
- node_modules
9
- $(npm config get prefix)/bin/ganache-cli
10
before_install:
11
+ - npm install -g [email protected] # Locking npm to 6.4.1
12
- npm install -g npx
13
script:
14
- ./scripts/setup-ci.sh
0 commit comments