Skip to content

Commit

Permalink
fix deploy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed Mar 2, 2017
1 parent 6584ecd commit 63d1d60
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 @@ -22,6 +22,6 @@ script:
deploy:
provider: script
script:
- /bin/bash "$TRAVIS_BUILD_DIR/.travis.credentials.sh" && sbt publish
- /bin/bash "$TRAVIS_BUILD_DIR/.travis.credentials.sh" && sbt ++$TRAVIS_SCALA_VERSION publish
on:
tags: true

0 comments on commit 63d1d60

Please sign in to comment.