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

Commit a23c7e8

Browse files
committed
Added AND on 0.8
1 parent 4c59d94 commit a23c7e8

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: 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
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 && mvn clean deploy --settings ~/settings.xml -DskipTests=true -B -U
2626
skip_cleanup: true
2727
on:
2828
repo: raml-org/raml-java-parser

0 commit comments

Comments
 (0)