summaryrefslogtreecommitdiff
path: root/.travis/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 50331e585..7cdfaa79e 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -33,3 +33,7 @@ if [[ "$PYVER" == 27 ]]; then
tar xzf rel-3.0.12.tar.gz
cd swig-rel-3.0.12 && ./autogen.sh && ./configure --prefix=/usr && make && sudo make install && cd ..
fi
+
+# Clear this flag as newer Oracle Java's will echo to stderr any values set in it which breaks several java
+# tests
+unset _JAVA_OPTIONS \ No newline at end of file