Skip to content

Conversation

tylerbrandt
Copy link
Contributor

@tylerbrandt tylerbrandt commented May 19, 2018

Travis is erroring (example) when the "node" or "10" target is given, but the tests are passing with node 10 (at least on my machine). Update "node" targets to "9"/"10.0" until this is resolved.

$ node --version
v10.0.0
$ npm run test-travis

> @optimizely/[email protected] test-travis /Users/tbrandt/optly/Projects/javascript-sdk/packages/optimizely-sdk
> npm run test && grunt
...
  362 passing (653ms)

Mitigation for #102

Copy link
Contributor

@mikeproeng37 mikeproeng37 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@tylerbrandt
Copy link
Contributor Author

NVM, it's not a Travis CI thing. [email protected] is fine but [email protected] reproduces the errors, on my system.

@tylerbrandt tylerbrandt changed the title chore(ci): replace node target with v9 chore(ci): replace node target with v9/v10.0 May 21, 2018
Copy link
Contributor

@mikeproeng37 mikeproeng37 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it!

@tylerbrandt tylerbrandt merged commit ba57b53 into master May 21, 2018
@tylerbrandt tylerbrandt deleted the tyler/explicit-node branch May 21, 2018 18:08
spencerwilson-optimizely added a commit that referenced this pull request Jul 3, 2018
## Summary

- Re-enable CI against latest Node.js 10.x release

It was disabled in #101, but from the [example failure](https://travis-ci.org/optimizely/javascript-sdk/jobs/380942404) given in that PR, I suspect the bug lies in lerna. No matter now, since lerna has been bypassed since #129.

## Test plan
CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants