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

Commit 0c46ff9

Browse files
committed
ci(travis): Checking npm5 as issue src
1 parent 68ab09f commit 0c46ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
node_js: '8'
2020
env: WEBPACK_VERSION="2.6.0" JOB_PART=coverage
2121
before_install:
22-
- 'if [[ `npm -v` != 5* ]]; then npm i -g npm@^5.0.0; fi'
22+
- 'if [[ `npm -v` != 4* ]]; then npm i -g npm@^4; fi'
2323
- nvm --version
2424
- node --version
2525
- npm --version

0 commit comments

Comments
 (0)