From 1e58afdf351ce3db1afd6303d95cd8bada66ef89 Mon Sep 17 00:00:00 2001 From: Mahmoud Hanafy Date: Thu, 19 May 2016 07:16:13 +0200 Subject: [PATCH] Add Java8 to .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b7d1a81..520a5bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ cache: - $HOME/.sbt/launchers scala: - 2.11.6 +jdk: + - oraclejdk8 apt: sources: - ubuntu-toolchain-r-test