Skip to content

Commit ee824a5

Browse files
Kenta Suzukikarmi
Kenta Suzuki
authored andcommitted
[CI] Enable running on the new Travis' container-based infrastructure
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: elastic#538
1 parent 35287a5 commit ee824a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ install: "gem uninstall bundler -axI && gem install bundler -v 1.11.2"
3333

3434
notifications:
3535
disable: true
36+
37+
sudo: false

0 commit comments

Comments
 (0)