Skip to content

Commit 208eb74

Browse files
committed
Minor change in travis.yml
1 parent a921f79 commit 208eb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ after_success:
3030
sbt ++$TRAVIS_SCALA_VERSION dockerBuildAndPush;
3131
sbt ++$TRAVIS_SCALA_VERSION smoketests/test;
3232
fi
33-
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_SCALA_VERSION" = "2.12.3" ]; then
33+
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_SCALA_VERSION" = "2.12.10" ]; then
3434
sbt ++$TRAVIS_SCALA_VERSION publishSignedAll;
3535
echo "Deploying to Heroku";
3636
docker login [email protected] --password=$heroku_token registry.heroku.com;

0 commit comments

Comments
 (0)