Skip to content

Commit

Permalink
Attempt to fix broken yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Apr 30, 2015
1 parent 5a07c62 commit 6aef8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -37,4 +37,4 @@ script:
after_failure: bash .travis.diagnose.sh
after_success:
- VERSION=`mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -v '\['`
- [[ "$VERSION" == *"SNAPSHOT"* ]] && [[ "${TRAVIS_BRANCH}" = "master" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]] && mvn -s .travis.maven.settings.xml deploy -DskipTests && ./.travis.swagger.sh
- [[ "$VERSION" =~ .*SNAPSHOT ]] && [[ "${TRAVIS_BRANCH}" = "master" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]] && mvn -s .travis.maven.settings.xml deploy -DskipTests && ./.travis.swagger.sh

0 comments on commit 6aef8ca

Please sign in to comment.