Skip to content

Commit

Permalink
added Node 8 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jun 1, 2017
1 parent 5c8daab commit 0848a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ matrix:
- node_js: 5
- node_js: 6
- node_js: 7
- node_js: 8

before_script:
- npm link
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -7,6 +7,7 @@ environment:
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"

skip_tags: true

Expand Down

0 comments on commit 0848a60

Please sign in to comment.