Skip to content

Commit

Permalink
Only use Node 6 as the testing Node.js version. (vercel#2609)
Browse files Browse the repository at this point in the history
It's safe to use this as we don't use any platform specific Node.js features.
  • Loading branch information
arunoda authored Jul 20, 2017
1 parent 61ffc6d commit 89d4e0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ addons:
- google-chrome-stable
language: node_js
node_js:
- "4"
- "6"
cache:
directories:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"

# Install scripts. (runs after repo cloning)
Expand Down

0 comments on commit 89d4e0a

Please sign in to comment.