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.
1 parent d8d801b commit 7c31464Copy full SHA for 7c31464
.travis.yml
@@ -7,22 +7,18 @@ cache:
7
language: scala
8
matrix:
9
include:
10
- # Test Scala 2.10 and 2.11 with both JDK 6 and 8
+ # Test Scala 2.10 and 2.11 with JDK 8
11
- scala: 2.10.7
12
- jdk: openjdk7
+ jdk: openjdk8
13
- scala: 2.11.8
14
15
- - scala: 2.10.7
16
- jdk: oraclejdk8
17
- - scala: 2.11.8
18
19
# Scala 2.12+ only supports JDK 8+
20
- scala: 2.12.8
21
22
23
jdk: openjdk11
24
- scala: 2.13.0
25
26
27
28
@@ -42,9 +38,7 @@ after_success:
42
38
branches:
43
39
only:
44
40
- master
45
- - "2.6"
46
- - "2.7"
47
- - "2.8"
41
+ - "2.9"
48
49
env:
50
global:
0 commit comments