Skip to content

Commit

Permalink
More travis tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebFenton committed Oct 4, 2018
1 parent 1708339 commit 338e853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: java
sudo: required
dist: trusty
jdk:
- openjdk8
- oraclejdk8
env:
matrix:
- TERM=dumb
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -126,7 +126,7 @@ if (System.env.TRAVIS == 'true') {
*/
maxParallelForks = 2
minHeapSize = '64m'
forkEvery = 10
forkEvery = 4
}
}
}

0 comments on commit 338e853

Please sign in to comment.