Skip to content

Commit bacc57c

Browse files
authored
fix(travis): remove hack for semantic-release
hack is no longer necessary as bug is fixed by [this](semantic-release/travis-deploy-once#12)
1 parent 0de28b9 commit bacc57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ script:
1515
- npm run coverage
1616
after_success:
1717
- npm run coverage:report
18-
- TRAVIS_JOB_NUMBER=WORKAROUND.1 npm run semantic-release
18+
- npm run semantic-release
1919

2020
notifications:
2121
webhooks:

0 commit comments

Comments
 (0)