Details
-
Task
-
Status: Closed
-
Should
-
Resolution: Fixed
-
None
-
None
-
None
Description
Travis CI builds of openjdk6 fail due to
https://github.com/travis-ci/travis-ci/issues/5227
Therefore we need to add following workaround in .travis.yml
before_install: - cat /etc/hosts # optionally check the content *before* - sudo hostname "$(hostname | cut -c1-63)" - sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts - cat /etc/hosts # optionally check the content *after*