We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179f26a commit 5ff3e09Copy full SHA for 5ff3e09
.travis.yml
@@ -19,7 +19,7 @@ cache:
19
directories:
20
- $HOME/.npm
21
before_install:
22
- - npm install --global npm@6.0.0
+ - npm install --global npm@6.1.0
23
- npm --version
24
install: |
25
if [[ ${FRESH_DEPS} == "true" ]]; then
appveyor.yml
@@ -26,7 +26,7 @@ matrix:
26
nodejs_version: 6
27
install:
28
- ps: Install-Product node $env:nodejs_version
29
30
31
- git config core.symlinks true
32
- git reset --hard
0 commit comments