Skip to content

Commit

Permalink
chore: hack semantic release to play nice with Travis build stages
Browse files Browse the repository at this point in the history
  • Loading branch information
darscan committed Jun 2, 2017
1 parent b0a5f0b commit 2706e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
script: skip
before_script: # Don't need virtualenv for release, so skip it
after_success:
- npm run semantic-release
- TRAVIS_JOB_NUMBER=WORKAROUND.1 npm run semantic-release
branches:
only:
- master

1 comment on commit 2706e1a

@gjvis
Copy link

@gjvis gjvis commented on 2706e1a Jun 2, 2017

Choose a reason for hiding this comment

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

❤️ 🙈 😂

Please sign in to comment.