Skip to content

Commit cca60a5

Browse files
authored
Merge branch 'master' into scalariform
2 parents e5c1053 + 38a1bda commit cca60a5

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.travis.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,8 @@ scala:
88
env:
99
- JDK=oraclejdk8
1010
- 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
1711
before_script:
1812
- jdk_switcher use $JDK
1913
script:
2014
- 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-
env: JDK=openjdk7
15+
- git diff --exit-code # check scalariform

0 commit comments

Comments
 (0)