Skip to content

Commit d0c89c7

Browse files
committed
Explicitly test openjdk8 and openjdk11 on Linux
1 parent c3c57d6 commit d0c89c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ env:
1616
- JULIA_COPY_STACKS=1
1717

1818
jobs:
19+
include:
20+
- julia: 1
21+
env: JULIA_COPY_STACKS=1 JAVA_HOME=/usr/local/lib/jvm/openjdk8
22+
os: linux
23+
- julia: 1
24+
env: JULIA_COPY_STACKS=1 JAVA_HOME=/usr/local/lib/jvm/openjdk11
25+
os: linux
1926
exclude:
2027
- julia: 1.0
2128
env: JULIA_COPY_STACKS=0

0 commit comments

Comments
 (0)