-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update stages and build matrices (#3308)
* optimize build stages and jobs * attempt to avoid $TARGET * run smoke tests across multiple node versions * define addons per-job * disable caching for smoke tests; avoid alias * disable caching for older node versions entirely * combine bundle / browser tests; do not run extra node 9 job Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
- Loading branch information
Showing
4 changed files
with
55 additions
and
64 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
ff9f3cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Travis setup here references "Node-4", yet the "package.json"
engines
references ">=4.0.0.". Don't believe you've been testing against your requirement as Travis is using the most recent 4.x version, not the original. However, at this point (since Node4 will be unsupported within the month), if you changed theengine
spec to reference the final Argon LTS, it'd be far more accurate.