build,tools: tweak the travis config#22417
Merged
refack merged 0 commit intonodejs:masterfrom Aug 23, 2018
Merged
Conversation
Contributor
Author
|
/CC @nodejs/build @nodejs/build-infra |
gdams
approved these changes
Aug 20, 2018
mmarchini
approved these changes
Aug 20, 2018
joyeecheung
approved these changes
Aug 20, 2018
richardlau
approved these changes
Aug 20, 2018
Member
richardlau
left a comment
There was a problem hiding this comment.
While you're here, there was a suggestion in #21263 to use lint for the linter rather than lint-ci.
addaleax
approved these changes
Aug 20, 2018
.travis.yml
Outdated
Contributor
Author
There was a problem hiding this comment.
gibfahn
approved these changes
Aug 21, 2018
lpinca
approved these changes
Aug 21, 2018
BridgeAR
approved these changes
Aug 21, 2018
refack
added a commit
to refack/node
that referenced
this pull request
Aug 23, 2018
PR-URL: nodejs#22417 Reviewed-By: George Adams <george.adams@uk.ibm.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Contributor
Author
|
Since this is a Travis tweak CI test should be the travis run |
Contributor
Author
Member
|
@refack (carried from irc) this improves ui but not raw logs (example: https://api.travis-ci.com/v3/job/141748013/log.txt) there might be other items we can omit from the log unless there is a failure (ex. gcc output) |
targos
pushed a commit
that referenced
this pull request
Aug 24, 2018
PR-URL: #22417 Reviewed-By: George Adams <george.adams@uk.ibm.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Contributor
Author
|
Another issue: |
targos
pushed a commit
that referenced
this pull request
Sep 3, 2018
PR-URL: #22417 Reviewed-By: George Adams <george.adams@uk.ibm.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins
pushed a commit
that referenced
this pull request
Nov 26, 2018
PR-URL: #22417 Reviewed-By: George Adams <george.adams@uk.ibm.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
rvagg
pushed a commit
that referenced
this pull request
Nov 28, 2018
PR-URL: #22417 Reviewed-By: George Adams <george.adams@uk.ibm.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Merged
This was referenced Dec 18, 2018
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
test-citotestfor less noise (atcualy making the log fit into Travis' limits)Before:
After:
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes