Skip to content

Commit

Permalink
fix for oraclejdk8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Aug 16, 2019
1 parent add2224 commit f743b39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: groovy

dist: trusty

env:
global:
- GRADLE_OPTS=-Xmx1524m
Expand All @@ -12,4 +14,4 @@ script:
- java -version
- ./gradlew -version
- ./gradlew --stop
- ./gradlew --refresh-dependencies clean check test -Dscan --info
- ./gradlew --refresh-dependencies clean check test -Dscan --info

0 comments on commit f743b39

Please sign in to comment.