From 9f3d77de5dbaac52d30b1d51d75e853fabb8fa8b Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Sat, 20 Oct 2018 09:00:47 +0200 Subject: [PATCH] Only allow Linux integration test failures --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e302bc..241415e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,8 @@ script: - if [ $INTEGRATION_TESTS == 'false' ]; then make test; fi matrix: allow_failures: - - env: INTEGRATION_TESTS=true + - os: linux + env: INTEGRATION_TESTS=true exclude: - os: linux osx_image: xcode10