We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5207e51 commit e3b0da9Copy full SHA for e3b0da9
.travis.yml
@@ -11,13 +11,7 @@ env:
11
12
script: admin/build.sh
13
14
-# https://github.com/travis-ci/travis-ci/issues/8199#issuecomment-327246053
15
-addons:
16
- apt:
17
- packages:
18
- - openjdk-6-jdk
19
-
20
-jdk: openjdk6
+jdk: openjdk8
21
22
notifications:
23
email: [email protected]
build.sbt
@@ -25,9 +25,9 @@ git.useGitDescribe := true
25
scalaVersionsByJvm in ThisBuild := {
26
val vs = List("2.11.11")
27
Map(
28
- 6 -> vs.map(_ -> true),
+ 6 -> vs.map(_ -> false),
29
7 -> vs.map(_ -> false),
30
- 8 -> vs.map(_ -> false),
+ 8 -> vs.map(_ -> true),
31
9 -> vs.map(_ -> false))
32
}
33
0 commit comments