add osx w/ allowed failures on jdk8

This commit is contained in:
Connor Tumbleson 2014-11-02 07:35:25 -06:00
parent 192ab43112
commit a6340ea72b

View File

@ -5,6 +5,9 @@ jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
os:
- linux
- osx
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libstdc++6:i386 lib32z1 expect
@ -13,3 +16,6 @@ branches:
only:
- master
- stable
matrix:
allow_failures:
- jdk: oraclejdk8