We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d789c12 commit 6466d98Copy full SHA for 6466d98
.travis.yml
@@ -28,13 +28,13 @@ before_install:
28
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
29
- sudo apt-get update
30
- sudo apt-get install python
31
- - git clone git://git.kernel.org/pub/scm/git/git.git
32
- npm install npm@latest -g
33
- nvm install node
34
- nvm use node
35
36
install:
37
- pip install --user bumpversion
+ - npm install [email protected]
38
- npm install @semantic-release/exec
39
40
script:
@@ -51,7 +51,7 @@ after_success:
51
deploy:
52
- provider: script
53
skip_cleanup: true
54
- script: npx semantic-release
+ script: semantic-release
55
on:
56
repo: watson-developer-cloud/java-sdk
57
jdk: oraclejdk7
0 commit comments