Skip to content

Commit 01e811b

Browse files
committed
Don't mess with the matrix
1 parent e1d7850 commit 01e811b

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

.travis.yml

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,52 +8,35 @@ git:
88
depth: false # Avoid sbt-dynver not seeing the tag
99

1010
env:
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-
2517
jobs:
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

5841
stages:
5942
- name: test

0 commit comments

Comments
 (0)