We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a921f79 commit 208eb74Copy full SHA for 208eb74
.travis.yml
@@ -30,7 +30,7 @@ after_success:
30
sbt ++$TRAVIS_SCALA_VERSION dockerBuildAndPush;
31
sbt ++$TRAVIS_SCALA_VERSION smoketests/test;
32
fi
33
-- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_SCALA_VERSION" = "2.12.3" ]; then
+- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_SCALA_VERSION" = "2.12.10" ]; then
34
sbt ++$TRAVIS_SCALA_VERSION publishSignedAll;
35
echo "Deploying to Heroku";
36
docker login [email protected] --password=$heroku_token registry.heroku.com;
0 commit comments