Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis: pin Node v8.x.x #867

Merged
merged 1 commit into from Sep 20, 2018
Merged

travis: pin Node v8.x.x #867

merged 1 commit into from Sep 20, 2018

Conversation

wchargin
Copy link
Member

Summary:
SourceCred officially supports Node v8.x.x, so Travis should be testing
against that version of Node.

This fixes a cron-only, Travis-only failure. The test for the build
script asserts that stderr only contains some known expected messages.
On Node v10, which Travis was using, there is an additional deprecation
message due to yarnpkg/yarn#5477.

Test Plan:
To see that this fixes the current cron-only build failure, add the
--full argument to the test script in package.json, and push the
resulting tree to Travis. Note that it runs sharness-full, which
passes.

wchargin-branch: travis-node-8

@wchargin wchargin added the build the build is, by some, considered VERY imjportant label Sep 20, 2018
Summary:
SourceCred officially supports Node v8.x.x, so Travis should be testing
against that version of Node.

This fixes a cron-only, Travis-only failure. The test for the build
script asserts that stderr only contains some known expected messages.
On Node v10, which Travis was using, there is an additional deprecation
message due to <yarnpkg/yarn#5477>.

Test Plan:
To see that this fixes the current cron-only build failure, add the
`--full` argument to the `test` script in `package.json`, and push the
resulting tree to Travis. Note that it runs `sharness-full`, which
passes.

wchargin-branch: travis-node-8
@wchargin wchargin merged commit ac46a98 into master Sep 20, 2018
@teamdandelion teamdandelion deleted the wchargin-travis-node-8 branch September 20, 2018 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build the build is, by some, considered VERY imjportant
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants