Skip to content

Commit

Permalink
feat(ci): disable testing of node versions below 4
Browse files Browse the repository at this point in the history
- Remove active testing of node versions below 4
  • Loading branch information
wesleycho committed May 6, 2017
1 parent 2a847c2 commit ec92ea9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,8 +1,6 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- 4
- 5
- 7
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,6 @@ version: "{build}"

environment:
matrix:
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
Expand Down

0 comments on commit ec92ea9

Please sign in to comment.