We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359e14b commit dbeebd1Copy full SHA for dbeebd1
.travis.yml
@@ -16,7 +16,7 @@ cache:
16
directories:
17
- $HOME/.npm
18
before_install:
19
- - npm install --global npm@6.1.0
+ - npm install --global npm@6.2.0
20
- npm --version
21
install: |
22
if [[ ${FRESH_DEPS} == "true" ]]; then
appveyor.yml
@@ -23,7 +23,7 @@ matrix:
23
nodejs_version: 6
24
install:
25
- ps: Install-Product node $env:nodejs_version
26
27
28
- git config core.symlinks true
29
- git reset --hard
0 commit comments