We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce6271 commit f8d4ec2Copy full SHA for f8d4ec2
.travis.yml
@@ -7,7 +7,7 @@ node_js:
7
- "7"
8
- "6"
9
before_install:
10
- - npm install -g npm@latest
+ - npm install -g 'npm@^6.4.0'
11
before_script:
12
- npm run lint
13
- npm run build
0 commit comments