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

fix: Prevent travis windows worker from trying to deploy new tags on npm #1396

Merged
merged 2 commits into from
Nov 12, 2018

Conversation

rpl
Copy link
Member

@rpl rpl commented Nov 9, 2018

Currently the travis windows worker fails on tagged releases because it tries to deploy on npm, e.g. see:
https://travis-ci.org/mozilla/web-ext/jobs/452842982#L1228

Deploying on npm from the travis window worker is not something that we really want (or care about) and so we should ask travis to skip the deploy task completely on any windows job.

Based on the relevant travis docs this change should avoid that (unfortunately we will learn if it worked as expected only once we create the next tag).

@coveralls
Copy link

coveralls commented Nov 9, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling e619d5f on rpl:fix/skip-deploy-on-travis-windows-workers into 2d83d8c on mozilla:master.

.travis.yml Outdated Show resolved Hide resolved
@rpl rpl force-pushed the fix/skip-deploy-on-travis-windows-workers branch from ada4a72 to 01218f6 Compare November 12, 2018 16:16
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.

3 participants