Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 11d8b95

Browse files
authored
Locking npm version on travis
npm/cli#611
1 parent 5e0a501 commit 11d8b95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cache:
88
- node_modules
99
- $(npm config get prefix)/bin/ganache-cli
1010
before_install:
11+
- npm install -g npm@6.4.1 # Locking npm to 6.4.1
1112
- npm install -g npx
1213
script:
1314
- ./scripts/setup-ci.sh

0 commit comments

Comments
 (0)