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.
2 parents a764e2c + 1978bc4 commit eeb5552Copy full SHA for eeb5552
.travis.yml
@@ -1,13 +1,12 @@
1
language: scala
2
3
-before_install:
4
- - chmod +x scripts/travis.sh
5
-
6
scala:
7
- 2.11.8
8
- 2.12.6
9
jdk:
10
- oraclejdk8
11
12
script:
13
- - "scripts/travis.sh"
+ - sbt ++$TRAVIS_SCALA_VERSION test
+ - if [[ ! -z "$TRAVIS_TAG" ]]; then sbt ++$TRAVIS_SCALA_VERSION publish; fi
+ - if [[ ! -z "$UPDATEIMPACT_API_KEY" ]]; then sbt ++$TRAVIS_SCALA_VERSION updateImpactSubmit; fi
scripts/travis.sh
0 commit comments