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

Commit 04078ed

Browse files
committed
Set JDK versions, for Travis-CI to check, to all supported Java Versions for this Version of WebTester
1 parent e320812 commit 04078ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: java
22
jdk:
3+
- oraclejdk8
34
- oraclejdk7
45
- openjdk7
56
before_script:
@@ -8,4 +9,4 @@ before_script:
89
- sleep 3 # give xvfb some time to start
910
script:
1011
- mvn clean
11-
- mvn verify -P code-quality,documentation,release
12+
- mvn verify -P code-quality,documentation,release

0 commit comments

Comments
 (0)