Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit e878110

Browse files
author
Jaroslav Tulach
committed
Test also on openjdk8
1 parent 3d9b658 commit e878110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
language: java
66

77
jdk:
8+
- openjdk8
89
- openjdk11
910

1011
env:
@@ -18,6 +19,7 @@ install:
1819
tar -xzf graalvm.tar.gz
1920
2021
script:
22+
- java -version
2123
- mvn clean
2224
- mvn package
2325
- mvn exec:exec

0 commit comments

Comments
 (0)