Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 13, 2018
1 parent f95dbc2 commit c39d7d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_js:
- "5.12"
- "6.14"
- "7.10"
- "8.11"
- "8.12"
matrix:
include:
- node_js: "9"
Expand Down
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ environment:
- nodejs_version: "5.12"
- nodejs_version: "6.14"
- nodejs_version: "7.10"
- nodejs_version: "8.11"
- nodejs_version: "8.12"
cache:
- node_modules
install:
- ps: Install-Product node $env:nodejs_version
- ps: >-
try { Install-Product node $env:nodejs_version -ErrorAction Stop }
catch { Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) }
- npm config set shrinkwrap false
- npm rm --save-dev connect-redis
- if exist node_modules npm prune
Expand Down

0 comments on commit c39d7d9

Please sign in to comment.