build: Node.js@8.3

This commit is contained in:
Douglas Christopher Wilson
2017-09-02 20:01:11 -04:00
parent 3e09fb26f9
commit da37631e2c
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
coverage
node_modules
npm-debug.log
package-lock.json
+4
View File
@@ -10,11 +10,15 @@ node_js:
- "5.12"
- "6.11"
- "7.10"
- "8.3"
sudo: false
cache:
directories:
- node_modules
before_install:
# Skip updating shrinkwrap / lock
- "npm config set shrinkwrap false"
# Setup Node.js version-specific dependencies
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
+2
View File
@@ -10,10 +10,12 @@ environment:
- nodejs_version: "5.12"
- nodejs_version: "6.11"
- nodejs_version: "7.10"
- nodejs_version: "8.3"
cache:
- node_modules
install:
- ps: Install-Product node $env:nodejs_version
- npm config set shrinkwrap false
- if "%nodejs_version%" equ "0.8" npm rm --save-dev istanbul
- if exist node_modules npm prune
- if exist node_modules npm rebuild