Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Jun 15, 2016
1 parent 1e3158d commit 827ea21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ os:
jdk:
- oraclejdk8

before_script:
- echo "MAVEN_OPTS='-Xmx3g'" > ~/.mavenrc

install:
- echo $JAVA_OPTS
- export JAVA_OPTS=-Xmx3G
- mvn install dependency:go-offline -Pskip-formatter -DskipTests=true -q -f driver/pom.xml -Dfailsafe.timeout=0

script:
Expand Down

0 comments on commit 827ea21

Please sign in to comment.