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 e5c1053 + 38a1bda commit cca60a5Copy full SHA for cca60a5
.travis.yml
@@ -8,21 +8,8 @@ scala:
8
env:
9
- JDK=oraclejdk8
10
- JDK=openjdk8
11
-- JDK=openjdk7
12
-addons:
13
- # https://github.com/travis-ci/travis-ci/issues/5227#issuecomment-165131913
14
- hosts:
15
- - scala-logging
16
- hostname: scala-logging
17
before_script:
18
- jdk_switcher use $JDK
19
script:
20
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
21
-- git diff --exit-code # check scalariform
22
-matrix:
23
- # scala 2.12 and 2.13 require java 8
24
- exclude:
25
- - scala: 2.12.4
26
- env: JDK=openjdk7
27
- - scala: 2.13.0-M2
28
+- git diff --exit-code # check scalariform
0 commit comments