summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/travis-build-java.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/travis/travis-build-java.sh b/travis/travis-build-java.sh
index 7e0088586a4..68341d784b5 100755
--- a/travis/travis-build-java.sh
+++ b/travis/travis-build-java.sh
@@ -6,7 +6,6 @@ SOURCE_DIR=/source
NUM_THREADS=4
cd "${SOURCE_DIR}"
-source /opt/rh/devtoolset-6/enable || true
export MAVEN_OPTS="-Xms128m -Xmx512m"
sh ./bootstrap.sh java
mvn install -nsu -B -T ${NUM_THREADS} -V # Should ideally split out test phase, but some unit tests fails on 'mvn test'