Repository: incubator-gossip Updated Branches: refs/heads/master 5590758c4 -> 49d91084e
Use java 1.8 for travis.yaml Project: http://git-wip-us.apache.org/repos/asf/incubator-gossip/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gossip/commit/49d91084 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gossip/tree/49d91084 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gossip/diff/49d91084 Branch: refs/heads/master Commit: 49d91084e9126605f86308a83afed93a3de50a7e Parents: 5590758 Author: Edward Capriolo <[email protected]> Authored: Sun Oct 2 18:05:02 2016 -0400 Committer: Edward Capriolo <[email protected]> Committed: Sun Oct 2 18:05:02 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/49d91084/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 52197b3..124c836 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,5 @@ # limitations under the License. language: java +jdk: + - oraclejdk8
