Skip to content

Commit

Permalink
test: don't clean cache on windows (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Sep 5, 2017
1 parent 5facc57 commit 9e6f5fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ env:
language: node_js
node_js:
- '8'
- '7'
- '6'
- '4'
before_script:
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
- npm cache clean
# install modules
- npm i
- npm i --no-cache

# Post-install test scripts.
test_script:
Expand Down

0 comments on commit 9e6f5fa

Please sign in to comment.