Skip to content

Commit 6466d98

Browse files
committed
ci: Use version of semantic-release compatible with old git version
1 parent d789c12 commit 6466d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ before_install:
2828
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
2929
- sudo apt-get update
3030
- sudo apt-get install python
31-
- git clone git://git.kernel.org/pub/scm/git/git.git
3231
- npm install npm@latest -g
3332
- nvm install node
3433
- nvm use node
3534

3635
install:
3736
- pip install --user bumpversion
37+
- npm install [email protected]
3838
- npm install @semantic-release/exec
3939

4040
script:
@@ -51,7 +51,7 @@ after_success:
5151
deploy:
5252
- provider: script
5353
skip_cleanup: true
54-
script: npx semantic-release
54+
script: semantic-release
5555
on:
5656
repo: watson-developer-cloud/java-sdk
5757
jdk: oraclejdk7

0 commit comments

Comments
 (0)