Skip to content

Commit

Permalink
chore(ci): focus on even node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Nov 25, 2017
1 parent bf25094 commit c3ccc5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -2,9 +2,9 @@ sudo: false
language: node_js
node_js:
- 4
- 5
- 7
- 6
- 8
- 9

env:
global:
Expand All @@ -14,7 +14,7 @@ env:
matrix:
fast_finish: true
include:
- node_js: "6"
- node_js: "8"
env: VALIDATE_COMMIT_MSG=true LINT=true

before_install:
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Expand Up @@ -3,9 +3,7 @@ version: "{build}"
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"

matrix:
Expand Down

0 comments on commit c3ccc5d

Please sign in to comment.