don't allow failures on os x

This commit is contained in:
Robert Nishihara
2016-06-23 23:42:43 -07:00
parent fde802fb45
commit b05ed0d3b1
-3
View File
@@ -8,9 +8,6 @@ matrix:
dist: trusty
- os: osx
osx_image: xcode7
allow_failures:
- os: osx
osx_image: xcode7
before_install:
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo apt-get -y update ; fi