We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf898aa commit 6a65130Copy full SHA for 6a65130
.travis.yml
@@ -2,6 +2,9 @@ language: java
2
sudo: false
3
install: mvn ${SPARK} ${JAVA} ${SCALA} -Dmaven.javadoc.skip=true -DskipTests=true -B -V install
4
script: mvn ${SPARK} ${JAVA} ${SCALA} -Dmaven.javadoc.skip=true -q -B verify
5
+env:
6
+ global:
7
+ - MAVEN_OPTS=-Xmx2g
8
matrix:
9
include:
10
# Covers Java 7, Open JDK, and Spark 1.2.x
0 commit comments