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

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Hoggard committed May 9, 2017
1 parent 95922a8 commit d5ed8fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/deploy.sh
Original file line number Diff line number Diff line change
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 d5ed8fb

Please sign in to comment.