Skip to content

Commit

Permalink
build: support Node.js 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 23, 2017
1 parent ea502c0 commit 25fd0e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*.log
*.gz

package-lock.json

node_modules
coverage
cache
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ node_js:
- "5.12"
- "6.11"
- "7.10"
- "8.4"
sudo: false
before_install:
# Skip updating shrinkwrap / lock
- "npm config set shrinkwrap false"
# Setup Node.js version-specific dependencies
- "test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev istanbul"
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
Expand Down

0 comments on commit 25fd0e3

Please sign in to comment.