Skip to content

Commit 463210b

Browse files
author
gdgate
authored
Merge pull request #836 from gooddata/liry-patch-2
Use OpenJDK instead of Oracle on Travis Reviewed-by: Jiri Mikulasek <jiri.mikulasek@gooddata.com> https://github.com/jimirocks
2 parents 48d5b41 + 36e5a7d commit 463210b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ install: true
44
# Customized build command (default is only `mvn test`)
55
script: mvn verify javadoc:javadoc coveralls:report -Pcoverage -B -V
66
jdk:
7-
- oraclejdk8
7+
- openjdk8
88
branches:
99
only:
1010
- master

0 commit comments

Comments
 (0)