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 4932c1a commit 3fa0599Copy full SHA for 3fa0599
.travis.yml
@@ -11,7 +11,10 @@ before_install:
11
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
12
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm
13
install $TRAVIS_NODE_VERSION
14
-- node --version
+- node --version
15
+- npm --version
16
+- npm cache clean
17
+- npm install -g npm@3
18
install:
19
- npm install
20
script:
appveyor.yml
@@ -7,6 +7,8 @@ environment:
7
8
9
- ps: Install-Product node $env:nodejs_version
10
+ - npm cache clean
+ - npm install -g npm@3
build: off
0 commit comments