Skip to content

Commit

Permalink
Build: CI on only even node versions & add 8
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jul 5, 2017
1 parent 5c451b8 commit d4bc8e5
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
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- '8'
- '6'
- '5'
- '4'
- '0.12'
- '0.10'
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ environment:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "8"

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

0 comments on commit d4bc8e5

Please # to comment.