Skip to content

Commit

Permalink
Add a missing ; for the .travis.yml publishing script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed May 12, 2015
1 parent 6ed662e commit 731bcf9
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 @@ -38,5 +38,5 @@ after_success:
- if [[ "$PROJECT_VERSION" =~ .*SNAPSHOT ]] && [[ "${TRAVIS_BRANCH}" = "master" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]];
then
mvn -s .travis.maven.settings.xml deploy -DskipTests ;
./.travis.swagger.sh
./.travis.swagger.sh ;
fi

0 comments on commit 731bcf9

Please sign in to comment.