We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a62b24 commit 8a75a55Copy full SHA for 8a75a55
.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 npm@6.4.1 # Locking npm to 6.4.1
12
- npm install -g npx
13
script:
14
- ./scripts/setup-ci.sh
0 commit comments