Skip to content

Commit

Permalink
Added missing semicolon in build snapshot command
Browse files Browse the repository at this point in the history
  • Loading branch information
cboehme committed Jul 23, 2013
1 parent 4e1237f commit 02ee113
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 @@ -10,4 +10,4 @@ env:


after_success:
- "[[ $TRAVIS_BRANCH == \"master\" ]] && { python travis-ci/configure-mvn.py ; mvn clean deploy --settings ~/.m2/mySettings.xml -Dgpg.skip=true -Psonatype-oss-release }"
- "[[ $TRAVIS_BRANCH == \"master\" ]] && { python travis-ci/configure-mvn.py ; mvn clean deploy --settings ~/.m2/mySettings.xml -Dgpg.skip=true -Psonatype-oss-release ; }"

0 comments on commit 02ee113

Please sign in to comment.