From 9c1f630471874e77f38c7ea668f1f3408e111860 Mon Sep 17 00:00:00 2001 From: Mathieu Sabourin Date: Mon, 10 Dec 2018 14:28:51 -0500 Subject: [PATCH] [cleanup] Java is on path, no need for JAVA_HOME. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 29ecede29e5..3c1ce41dc82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,8 +83,6 @@ default_test_config: &default_test_config python: &python_version "2.7" before_install: - PATH=$(echo "$PATH" | sed -e 's/:\/usr\/local\/lib\/jvm\/openjdk11\/bin//') - - JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64 - - ls /usr/local/lib/jvm # Increase the max number of user watches to ensure that watchman is able to watch all # files in the working copy. - sudo sysctl fs.inotify.max_user_watches=524288 @@ -103,7 +101,6 @@ default_cron_test_config: &default_cron_test_config linux_with_fuse: &linux_with_fuse before_install: - PATH=$(echo "$PATH" | sed -e 's/:\/usr\/local\/lib\/jvm\/openjdk11\/bin//') - - JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64 - sudo apt-get install -y pkg-config fuse libfuse-dev - sudo modprobe fuse - sudo chmod 666 /dev/fuse