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 Sep 2, 2017
1 parent 4911a2c commit 2f887a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,4 +2,5 @@
coverage
node_modules
npm-debug.log
package-lock.json
*.log
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -10,11 +10,15 @@ node_js:
- "5.12"
- "6.11"
- "7.10"
- "8.4"
sudo: false
cache:
directories:
- node_modules
before_install:
# Skip updating shrinkwrap / lock
- "npm config set shrinkwrap false"

# Remove all non-test dependencies
- "npm rm --save-dev benchmark"
- "npm rm --save-dev beautify-benchmark"
Expand Down

0 comments on commit 2f887a3

Please sign in to comment.