File tree Expand file tree Collapse file tree 1 file changed +6
-23
lines changed
Expand file tree Collapse file tree 1 file changed +6
-23
lines changed Original file line number Diff line number Diff line change 88 depth : false # Avoid sbt-dynver not seeing the tag
99
1010env :
11- matrix :
12- - TRAVIS_JDK=11
13-
1411 global :
1512 # encrypt with: travis encrypt --pro BINTRAY_USER=...
1613 - secure : " EFLixFgHISkKkjxk6FV1WMSUcYSZObsPL/055PALBesySLRxrosy7dU2lbESSRSJOYrLV79MJkT1LdiOdDMUKACu4STIDiC46YMkffa+VdWsUIhB5uktSa5/RfLTj2LGIHsygDPD2YcoIqz2WJus34wK88fdRYga3fnH23ilnSg="
1714 # encrypt with: travis encrypt --pro BINTRAY_PASS=...
1815 - secure : " S86NIK95mKMSJd5XZ1PjWNC0Dg8Pmr6oSdTJB5AKSTkeWRlkuE4ldkz841gYk6QObCcVT/mAIV5i8QW4KK+Md/4fq+eExEoe1VBAMSglBQyzeLFaKbPL7aKsk7Ma+Qeis5nFU6dje/ANuK4mAWxAmORq8r5+h5oT5uIb+UrOZn0="
1916
20- scala :
21- - 2.13.2
22-
23- script : sbt "++$TRAVIS_SCALA_VERSION" test
24-
2517jobs :
2618 include :
2719 - stage : test
2820 name : " Validations"
2921 script : sbt headerCheckAll scalafmtCheckAll scalafmtSbtCheck scalastyle mimaReportBinaryIssues
3022 env :
31- - TRAVIS_SCALA_VERSION=2.13.2
32- - TRAVIS_JDK=11
33-
34- - name : " Run tests with Scala 2.12 and AdoptOpenJDK 11"
35- env :
36- - TRAVIS_SCALA_VERSION=2.12.11
3723 - TRAVIS_JDK=11
3824
39- - name : " Run tests with Scala 2.13 and AdoptOpenJDK 11"
25+ - name : " Run tests on AdoptOpenJDK 11"
26+ script : sbt +test
4027 env :
41- - TRAVIS_SCALA_VERSION=2.13.2
4228 - TRAVIS_JDK=11
4329
44- - name : " Run tests with Scala 2.12 and AdoptOpenJDK 8"
30+ - name : " Run tests on AdoptOpenJDK 8"
31+ script : sbt +test
4532 env :
46- - TRAVIS_SCALA_VERSION=2.12.11
47- - TRAVIS_JDK=8
48-
49- - name : " Run tests with Scala 2.13 and AdoptOpenJDK 8"
50- env :
51- - TRAVIS_SCALA_VERSION=2.13.2
5233 - TRAVIS_JDK=8
5334
5435 - stage : publish
5536 name : " Publish artifacts to Bintray"
5637 script : sbt +publish
38+ env :
39+ - TRAVIS_JDK=11
5740
5841stages :
5942 - name : test
You can’t perform that action at this time.
0 commit comments