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 b4866b4 commit bb7d3a8Copy full SHA for bb7d3a8
.travis.yml
@@ -3,7 +3,9 @@ language: scala
3
script: sbt ++$TRAVIS_SCALA_VERSION test scripted
4
5
after_script:
6
- - if [[ $TRAVIS_TEST_RESULT == 0 && "$TRAVIS_BRANCH" == "master" ]]; then sbt "^publish"; fi
+ - if [[ $TRAVIS_TEST_RESULT == 0 &&
7
+ "$TRAVIS_REPO_SLUG" == "scoverage/sbt-scoverage" &&
8
+ "$TRAVIS_BRANCH" == "master" ]]; then sbt "^publish"; fi
9
10
scala:
11
- "2.10.4"
0 commit comments