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

Commit

Permalink
Added AND on 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbelang committed Oct 25, 2019
1 parent 4c59d94 commit a23c7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deploy:
condition: $TRAVIS_BRANCH =~ ^0.8.x$
# This provider handles tags of version 0.8
- provider: script
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
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
skip_cleanup: true
on:
repo: raml-org/raml-java-parser
Expand Down

0 comments on commit a23c7e8

Please sign in to comment.