Skip to content

Commit

Permalink
Update CI config to Node.js 8 (#322)
Browse files Browse the repository at this point in the history
Goodbye Node.js 7.x, hello 8.x!
  • Loading branch information
bajtos committed May 31, 2017
1 parent 332e3a8 commit 30e871f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: node_js
node_js:
- "6"
- "7"
- "8"

before_script:
- npm run bootstrap
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 30e871f

Please sign in to comment.