From 2e572bcc80875f58d81f955cd0462c9df4455a3b Mon Sep 17 00:00:00 2001 From: Anatolii Date: Tue, 23 Jul 2019 11:14:15 +0200 Subject: [PATCH] Travis: replace broken oraclejdk8 with openjdk8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e776791..4219f28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: - $HOME/.sbt/boot/ jdk: - - oraclejdk8 + - openjdk8 script: ## This runs the template with the default parameters, and runs test within the templated app.