Skip to content

Commit

Permalink
Try more memory for Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Aug 19, 2015
1 parent bf898aa commit 6a65130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: java
sudo: false
install: mvn ${SPARK} ${JAVA} ${SCALA} -Dmaven.javadoc.skip=true -DskipTests=true -B -V install
script: mvn ${SPARK} ${JAVA} ${SCALA} -Dmaven.javadoc.skip=true -q -B verify
env:
global:
- MAVEN_OPTS=-Xmx2g
matrix:
include:
# Covers Java 7, Open JDK, and Spark 1.2.x
Expand Down

0 comments on commit 6a65130

Please sign in to comment.