From 1d21ed618892ef2b042106ee1030fd2dd764471a Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 6 Feb 2016 14:39:27 -0500 Subject: [PATCH] Allow OS X build failures Byron/yup-oauth2#16 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 58b1c70..f868af9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,4 @@ os: matrix: allow_failures: - rust: nightly + - os: osx # Byron/yup-oauth2#16