We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cce9ae8 + 67b2b03 commit fe84b1dCopy full SHA for fe84b1d
.travis.yml
@@ -1,5 +1,5 @@
1
language: java
2
-sudo: true
+sudo: required
3
script:
4
- ./gradlew check
5
cache:
@@ -13,6 +13,5 @@ env:
13
- TERM=dumb
14
- DEFAULT_TIMEOUT_MILLIS=300
15
- PUBLISHER_REFERENCE_GC_TIMEOUT_MILLIS=300
16
-addons:
17
- # Fix OpenJDK build. Issue: https://github.com/travis-ci/travis-ci/issues/5227 & https://docs.travis-ci.com/user/hostname
+addons: # Fix OpenJDK build. Issue: https://github.com/travis-ci/travis-ci/issues/5227 & https://docs.travis-ci.com/user/hostname
18
hostname: rs-jvm
0 commit comments