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

test: cover supported node versions with travis #1809

Closed
wants to merge 2 commits into from

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Jul 5, 2019

I think this might be the best way to get full coverage in travis. @cclauss @joaocgreis

@cclauss
Copy link
Contributor

cclauss commented Jul 5, 2019

Sure. We can work this. A lot of this was done on https://github.com/refack/GYP

before_install: nvm install 10
- name: "Node.js 12 & Python 3.7 on Linux"
python: 3.7
before_install: nvm install 12
allow_failures:
- os: windows
Copy link
Contributor

@cclauss cclauss Jul 5, 2019

Choose a reason for hiding this comment

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

Perhaps add python: 3.7 to allow_failures ;-)

@cclauss
Copy link
Contributor

cclauss commented Jul 5, 2019

While you are in here, can you please change F72 on line 39 to F7 so that we add the flake8 F70x tests to our scans? I know that we currently do not have any F70x issues but putting this in place would catch any new occurrences.

@rvagg
Copy link
Member Author

rvagg commented Jul 5, 2019

please change F72 on line 39 to F7

gibberish! but done

@cclauss
Copy link
Contributor

cclauss commented Jul 5, 2019

Do you understand why Node 6 fails? Is it worth fixing?

@rvagg
Copy link
Member Author

rvagg commented Jul 5, 2019

yes, it will magically turn green when #1808 is merged

Copy link
Contributor

@cclauss cclauss left a comment

Choose a reason for hiding this comment

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

Looks good to me once the tests pass.

rvagg added a commit that referenced this pull request Jul 6, 2019
PR-URL: #1809
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: cclauss <cclauss@me.com>
@rvagg rvagg closed this Jul 6, 2019
@rvagg rvagg deleted the rvagg/travis-moar-nodes branch July 6, 2019 04:34
@rvagg rvagg mentioned this pull request Jul 16, 2019
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.

None yet

3 participants