-
-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Declare Node v6 as minimum support (#168)
* set minimum node engine * compile to node6 * run node 6 & 8 in travis only
- Loading branch information
1 parent
a194c9a
commit 60c3e39
Showing
3 changed files
with
7 additions
and
5 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
["env", { | ||
"loose": true, | ||
"targets": { | ||
"node": 4 | ||
"node": 6 | ||
}, | ||
"exclude": [ | ||
"transform-regenerator" | ||
|
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 |
---|---|---|
|
@@ -7,9 +7,8 @@ addons: | |
|
||
language: node_js | ||
node_js: | ||
- "6" | ||
- "7" | ||
- "8" | ||
- 6 | ||
- 8 | ||
cache: | ||
npm: true | ||
|
||
|
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