Skip to content

Commit cce9ae8

Browse files
committed
Merge pull request #311 from reactive-streams/wip-travis-fix
Second attempt at unbreaking the Travis build
2 parents f683f4d + fe20ef5 commit cce9ae8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: java
2+
sudo: true
23
script:
34
- ./gradlew check
45
cache:
@@ -14,4 +15,4 @@ env:
1415
- PUBLISHER_REFERENCE_GC_TIMEOUT_MILLIS=300
1516
addons:
1617
# Fix OpenJDK build. Issue: https://github.com/travis-ci/travis-ci/issues/5227 & https://docs.travis-ci.com/user/hostname
17-
hostname: short-hostname
18+
hostname: rs-jvm

0 commit comments

Comments
 (0)