From b05ed0d3b1843cc95bb3ff06ad757bd98ede9fef Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Thu, 23 Jun 2016 23:42:43 -0700 Subject: [PATCH] don't allow failures on os x --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ece578f4a..b6b959a19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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