Skip to content

Commit

Permalink
[cleanup] Java is on path, no need for JAVA_HOME.
Browse files Browse the repository at this point in the history
  • Loading branch information
OniOni committed Dec 10, 2018
1 parent 9919919 commit 9c1f630
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9c1f630

Please sign in to comment.