Skip to content

Commit c781ff5

Browse files
committed
build: support Node.js 8.x
1 parent c7bdf24 commit c781ff5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
coverage
33
node_modules
44
npm-debug.log
5+
package-lock.json

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ node_js:
1111
- "5.12"
1212
- "6.11"
1313
- "7.10"
14+
- "8.4"
1415
sudo: false
1516
dist: precise
1617
cache:
1718
directories:
1819
- node_modules
1920
before_install:
21+
# Skip updating shrinkwrap / lock
22+
- "npm config set shrinkwrap false"
2023
# Setup Node.js version-specific dependencies
2124
- "test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev nyc"
2225
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev nyc"

0 commit comments

Comments
 (0)