This repository has been archived by the owner on May 5, 2022. It is now read-only.
-
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.
BREAKING CHANGE: Dropped support for node 4 and added support for nod…
…e 6+ (#88) - Adds "official" support for node 6+ - Completely drops support for node < 6
- Loading branch information
1 parent
da10164
commit 0287436
Showing
8 changed files
with
4,947 additions
and
55 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
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,8 +1,9 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- "node" | ||
- "4" | ||
- 6 | ||
- 7 | ||
- 8 | ||
cache: | ||
directories: | ||
- node_modules | ||
|
Oops, something went wrong.