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

Build: Only run browser tests in one Node version on Travis #3894

Merged
merged 1 commit into from Jan 3, 2018

Conversation

Copy link
Member

@mgol mgol commented Dec 18, 2017

Ref gh-3744

Summary

Only run browser tests in one Node version on Travis. This reduces the possibility of failure.

Checklist

.travis.yml Outdated
- node_js: "8"
env: NPM_SCRIPT=test
script:
- npm run-script $NPM_SCRIPT
Copy link
Member

@Krinkle Krinkle Dec 18, 2017

Choose a reason for hiding this comment

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

Might want to use npm run here for consistency with the other callers.

Copy link
Member Author

@mgol mgol Dec 18, 2017

Choose a reason for hiding this comment

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

Done.

@mgol
Copy link
Author

@mgol mgol commented Dec 18, 2017

@Krinkle I modified it as some tests were running twice. Now all Nodes run browserless tests and - in addition to that - one Node runs browser tests only. PTAL.

@Krinkle
Copy link

@Krinkle Krinkle commented Dec 18, 2017

@mgol Yep, makes sense. Also cuts down total time for Travis CI from 13 min to 9 min.

Copy link
Member

@timmywil timmywil left a comment

LGTM

@mgol mgol merged commit 3c0f2cf into jquery:master Jan 3, 2018
2 checks passed
@mgol mgol deleted the quicker-tests branch Jan 3, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

None yet

3 participants