Skip to content

Commit 211a907

Browse files
committed
Back to Java 7 builds
1 parent 8eead34 commit 211a907

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: groovy
22
sudo: false
33
jdk:
4-
- oraclejdk8
4+
- oraclejdk7
55
env:
66
global:
77
- TERM=dumb

grails-test-suite-uber/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ dependencies {
5252
test {
5353
maxParallelForks = isTravisBuild ? 2 : 4
5454
forkEvery = isTravisBuild ? 25 : 100
55-
minHeapSize = '256m'
5655
if(!isTravisBuild) {
5756
maxHeapSize = '1024m'
5857
}

0 commit comments

Comments
 (0)