Skip to content

Commit fe84b1d

Browse files
committed
Merge pull request #312 from reactive-streams/wip-third-time-travis-fix
Third attempt at fixing the Travis builds
2 parents cce9ae8 + 67b2b03 commit fe84b1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: java
2-
sudo: true
2+
sudo: required
33
script:
44
- ./gradlew check
55
cache:
@@ -13,6 +13,5 @@ env:
1313
- TERM=dumb
1414
- DEFAULT_TIMEOUT_MILLIS=300
1515
- 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
16+
addons: # Fix OpenJDK build. Issue: https://github.com/travis-ci/travis-ci/issues/5227 & https://docs.travis-ci.com/user/hostname
1817
hostname: rs-jvm

0 commit comments

Comments
 (0)