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 authored and jshaughn committed May 22, 2015
1 parent 4d3e446 commit 2360cb4
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 @@ -21,5 +21,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 2360cb4

Please sign in to comment.