Skip to content

Commit 4a246f3

Browse files
authored
Merge pull request #31 from snyk/chore/fix-travis-release-build-stage
chore: remove TRAVIS_JOB_NUMBER=WORKAROUND.1 hack
2 parents 29ee8e2 + 3be02a4 commit 4a246f3

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
@@ -19,7 +19,7 @@ jobs:
1919
node_js: "8"
2020
script: skip
2121
after_success:
22-
- TRAVIS_JOB_NUMBER=WORKAROUND.1 npm run semantic-release
22+
- npm run semantic-release
2323
branches:
2424
only:
2525
- master

0 commit comments

Comments
 (0)