Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #23 from bhoggard/development
Browse files Browse the repository at this point in the history
typo fix in deploy.sh
  • Loading branch information
Barry Hoggard committed May 9, 2017
2 parents 95922a8 + d5ed8fb commit 2894dab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/deploy.sh
Expand Up @@ -5,8 +5,7 @@ set -e
# do snapshot, no release
if [ "$TRAVIS_BRANCH" = 'development' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ] && [ "$TRAVIS_SCALA_VERSION" == "2.11.11" ]; then
sbt publishSigned
end

fi

if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ] && [ "$TRAVIS_SCALA_VERSION" == "2.11.11" ]; then
sbt publishSigned
Expand Down

0 comments on commit 2894dab

Please sign in to comment.