Skip to content

Commit

Permalink
Merge pull request #101 from ntwb/patch-1
Browse files Browse the repository at this point in the history
Add Node.js 8.x to Travis CI
  • Loading branch information
mysticatea committed Jun 24, 2017
2 parents 873f036 + a8364ce commit 94f1b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- "8"
- "4"
- "6"
- "7"
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
@@ -1,5 +1,6 @@
environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '4'
- nodejs_version: '6'
- nodejs_version: '7'
Expand Down

0 comments on commit 94f1b64

Please sign in to comment.