From 232df7a8a3bf38c73ff11cbf945111d2e55094fd Mon Sep 17 00:00:00 2001 From: anatoly Date: Tue, 20 Aug 2019 23:19:55 -0400 Subject: [PATCH] .travis: force openjdk8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d9824c9..fa32fa7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ install: - curl -L https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh -o ~/bin/boot - chmod +x ~/bin/boot +jdk: openjdk8 env: matrix: - BOOT_CLOJURE_VERSION=1.8.0