Skip to content

Commit

Permalink
[CI] Enable running on the new Travis' container-based infrastructure
Browse files Browse the repository at this point in the history
* 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: #538
  • Loading branch information
DannyMay9082 committed Mar 10, 2016
1 parent 5457beb commit 00d494d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ install: "gem uninstall bundler -axI && gem install bundler -v 1.11.2"

notifications:
disable: true

sudo: false

0 comments on commit 00d494d

Please sign in to comment.