Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 296aa97

Browse files
committed
Removed scripts.
1 parent 2f8d63c commit 296aa97

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
@@ -22,7 +22,7 @@ deploy:
2222
condition: $TRAVIS_BRANCH =~ ^0.8.x$
2323
# This provider handles tags of version 0.8
2424
- provider: script
25-
script: bash scripts/release.sh $TRAVIS_TAG
25+
script: mvn --settings ~/settings.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=$TRAVIS_TAG; mvn clean deploy --settings ~/settings.xml -DskipTests=true -Psonatype -B -U
2626
skip_cleanup: true
2727
on:
2828
repo: raml-org/raml-java-parser

0 commit comments

Comments
 (0)