TEXT-24: switching to oraclejdk8
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/be10deb1 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/be10deb1 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/be10deb1 Branch: refs/heads/master Commit: be10deb190b3e59c5d05ac6bd09af26fee653e00 Parents: 50fda5d Author: Rob Tompkins <[email protected]> Authored: Sun Nov 6 13:11:47 2016 -0500 Committer: Rob Tompkins <[email protected]> Committed: Sun Nov 6 13:11:47 2016 -0500 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/be10deb1/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 595ddc7..2ac2ac5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ sudo: false jdk: - openjdk7 - - openjdk8 + - oraclejdk8 after_success: - mvn clean test jacoco:report coveralls:report
