Skip to content

Commit

Permalink
new line is not sufficient to separate commands in travis.yml (inside…
Browse files Browse the repository at this point in the history
… the if-then statement)
  • Loading branch information
jkremser committed May 11, 2015
1 parent 27455ac commit 9bdd066
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 @@ -37,6 +37,6 @@ after_success:
- VERSION=`mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -v '\['`
- if [[ "$VERSION" =~ .*SNAPSHOT ]] && [[ "${TRAVIS_BRANCH}" = "master" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]];
then
mvn -s .travis.maven.settings.xml deploy -DskipTests
mvn -s .travis.maven.settings.xml deploy -DskipTests ;
./.travis.swagger.sh
fi

0 comments on commit 9bdd066

Please sign in to comment.