From 79dbf2c19796fa208075a046fa6ee4410db422f6 Mon Sep 17 00:00:00 2001 From: yewton Date: Tue, 23 Jan 2018 21:44:47 +0900 Subject: [PATCH] Unset _JAVA_OPTIONS env variable on Travis to suppress warning from JVM cf. https://github.com/travis-ci/travis-ci/issues/8408 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6ca85a0..e486c64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ sudo: false env: - EVM_EMACS=emacs-25.1-travis before_install: + - unset _JAVA_OPTIONS - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh - evm install $EVM_EMACS --use --skip - cask