-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update travis for new node version testing Version 7.0.0 setup * Added package-lock Updated some npm modules due to npm audit report Removed msngr.safe() Removed msngr.asyncify() * Build updates * Reverted grunt minor update as the minor update updates many dependencies that are major and breaking in super old versions of node. Revert npm audit fixes; they are just build dependencies and I went through them they are of no concern in our usage. * Cleaned up tiny bit more code Increased timeout on one weird test case (long explanation but it's fine for now) Added clean option to grunt / npm scripts * Minor tweaks * Update changelog notes
- Loading branch information
1 parent
0f95ead
commit c173dd2
Showing
22 changed files
with
1,907 additions
and
366 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 |
---|---|---|
|
@@ -8,3 +8,4 @@ src | |
node_modules | ||
CHANGELOG.md | ||
resources | ||
package-lock.json |
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,16 +1,22 @@ | ||
language: node_js | ||
sudo: false | ||
node_js: | ||
- "8.2" | ||
- "8.0" | ||
- "7.10" | ||
- "7.0" | ||
- "6.11" | ||
- "6.0" | ||
- "5.12" | ||
- "5.0" | ||
- "4.8" | ||
- "4.0" | ||
- "11.6.0" | ||
- "11.0.0" | ||
- "10.15.0" | ||
- "10.0.0" | ||
- "9.11.2" | ||
- "9.0.0" | ||
- "8.15.0" | ||
- "8.0.0" | ||
- "7.10.1" | ||
- "7.0.0" | ||
- "6.16.0" | ||
- "6.0.0" | ||
- "5.12.0" | ||
- "5.0.0" | ||
- "4.9.1" | ||
- "4.0.0" | ||
- "0.12" | ||
- "0.11" | ||
- "0.10" |
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
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
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
Oops, something went wrong.