summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-08-17 14:31:10 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-08-17 14:55:31 +0200
commit1562a384c93cb5a1000213174019952b2ce92e40 (patch)
tree1c565a4775aa5d41cda085a1059fc1b9739d6873 /travis
parent47e4d1b3c09929dcf8b7f415c7fd082671f01bac (diff)
The devtoolset-6 script is not required for Java build
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'