forked from gulpjs/vinyl-fs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Node 7 to .travis.yml and appveyor.yml
- Loading branch information
1 parent
4f30013
commit a27d872
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
sudo: required | ||
language: node_js | ||
node_js: | ||
- '7' | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
erikkemperman
Author
Owner
|
||
- '6' | ||
- '5' | ||
- '4' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We don't support node 7, it made a bunch of terrible decisions - much of which was reverted for node 8, so just add node 8
We should really update everything to only be "even" releases from 0.10 onward.