Skip to content

Commit

Permalink
Merge pull request #1029 from ChristianMurphy/ci/open-jdk-8-rel-4-3
Browse files Browse the repository at this point in the history
ci(travis): add open jdk 8 to test matrix - rel-4-3-patches backport
  • Loading branch information
ChristianMurphy authored Oct 17, 2017
2 parents 4f16ad2 + 202d194 commit 19179f5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ matrix:
- os: linux
dist: trusty
jdk: oraclejdk8
- os: linux
dist: trusty
jdk: openjdk8
- os: linux
dist: precise
jdk: oraclejdk8
Expand All @@ -16,11 +19,18 @@ matrix:
- os: linux
dist: precise
jdk: openjdk7
before_install:
# Fix buffer overflow in getLocalHostName of OpenJDK 7 by shortening the host name
- cat /etc/hosts
- sudo hostname "$(hostname | cut -c1-63)"
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts > /tmp/hosts
- sudo mv /tmp/hosts /etc/hosts
- cat /etc/hosts
- os: linux
dist: precise
jdk: oraclejdk7
- os: osx
osx_image: xcode8.3 # OS X 10.12
osx_image: xcode9.1 # OS X 10.12
- os: osx
osx_image: xcode7.3 # OS X 10.11
- os: osx
Expand Down

0 comments on commit 19179f5

Please sign in to comment.