Skip to content

Commit 905ff79

Browse files
committed
Migration to Travis CI's container-based infrastructure (second try). http://docs.travis-ci.com/user/migrating-from-legacy/
This time with increased heap size on maven-surefire-plugin as a workaround for travis-ci/travis-ci#3396
1 parent 4e6bc2b commit 905ff79

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: java
2+
sudo: false
23
jdk:
34
- oraclejdk8
45
- oraclejdk7

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
<groupId>org.apache.maven.plugins</groupId>
250250
<artifactId>maven-surefire-plugin</artifactId>
251251
<configuration>
252+
<argLine>-Xmx1024m</argLine>
252253
<systemProperties>
253254
<property>
254255
<name>derby.stream.error.file</name>

0 commit comments

Comments
 (0)