Skip to content

Commit b981b16

Browse files
committed
fix(ci): run semantic-release directly
1 parent d7d5b80 commit b981b16

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
@@ -11,7 +11,7 @@ after_success:
1111
- python travis_after_all.py
1212
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
1313
- export $(cat .to_export_back) &> /dev/null
14-
- ./bin/release-ci.sh
14+
- npm run semantic-release
1515
branches:
1616
except:
1717
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 commit comments

Comments
 (0)