Skip to content

Commit bf90f82

Browse files
authored
Add jdk to build matrix
1 parent 4989b64 commit bf90f82

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@ language: julia
22
os:
33
- linux
44
julia:
5-
- 0.7
65
- 1.0
6+
- 1.2
77
- nightly
8+
jdk:
9+
- oraclejdk8
10+
- openjdk10
11+
- openjdk11
812

913
matrix:
1014
allow_failures:
1115
- julia_version: nightly
16+
- julia_version: 1.2
1217

1318
notifications:
1419
email: false

0 commit comments

Comments
 (0)