Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit b2a702f

Browse files
Update .travis.yml
JDK 8 as target
1 parent 620c388 commit b2a702f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ cache:
44
directories:
55
- $HOME/.m2
66
scala:
7-
- 2.11.11
7+
- 2.11.12
8+
jdk:
9+
- oraclejdk8
810
script:
911
- mvn scalastyle:check
10-
- mvn test
12+
- mvn test

0 commit comments

Comments
 (0)