From 39c44b4ffc6954d071968fc16317b2d1d74a1f31 Mon Sep 17 00:00:00 2001 From: Sergei Vorobev Date: Thu, 9 Feb 2017 14:01:54 -0800 Subject: [PATCH] Don't allow_failures on osx (#3123) --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4cf26d115..3209e80ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,13 +11,11 @@ dist: trusty osx_image: xcode7.3 matrix: - allow_failures: - - os: osx fast_finish: true addons: artifacts: - paths: + paths: - $(ls powershell*{deb,pkg} | tr "\n" ":") - pester-tests.xml