Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Add missing ; to enable publishing after successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
volkerstampa committed Dec 30, 2016
1 parent f226b13 commit fba8f2f
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 @@ -11,7 +11,7 @@ script:
- find $HOME/.sbt -name "*.lock" -exec rm {} +
- find $HOME/.ivy2 -name "ivydata-*.properties" -exec rm {} +
after_success:
- if [ "$TRAVIS_PULL_REQUEST" = false ] && [ "$TRAVIS_BRANCH" = master -o -n "$TRAVIS_TAG" ]; then sbt ++$TRAVIS_SCALA_VERSION publish fi
- if [ "$TRAVIS_PULL_REQUEST" = false ] && [ "$TRAVIS_BRANCH" = master -o -n "$TRAVIS_TAG" ]; then sbt ++$TRAVIS_SCALA_VERSION publish; fi
scala:
- 2.11.8
- 2.12.1
Expand Down

0 comments on commit fba8f2f

Please sign in to comment.