Skip to content

Commit 3be02a4

Browse files
committed
chore: remove TRAVIS_JOB_NUMBER=WORKAROUND.1 hack
1 parent 29ee8e2 commit 3be02a4

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)