Skip to content

Commit

Permalink
Travis setup xmx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergii Kabashniuk committed Apr 5, 2015
1 parent 45d8a2a commit 3bd6e2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: java

jdk:
- oraclejdk7

- oraclejdk8
branches:
except:
- gh-pages
Expand All @@ -11,6 +11,8 @@ cache:
directories:
- $HOME/.m2

env: MAVEN_OPTS="-Xmx2G -XX:MaxPermSize=256m"
env:
global:
- MAVEN_OPTS="-Xmx2G -XX:MaxPermSize=256m"
install: /bin/true
script: mvn clean install

0 comments on commit 3bd6e2b

Please sign in to comment.