Skip to content

Commit e25043b

Browse files
committed
Add CI support on OpenJDK7 and OracleJDK7.
Signed-off-by: Tsuyoshi Ozawa <[email protected]>
1 parent bdbf17b commit e25043b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: java
22
jdk:
33
- openjdk6
4+
- openjdk7
5+
- oraclejdk7
46
branches:
57
only:
68
- master
79
notifications:
810
email:
911
12+

0 commit comments

Comments
 (0)