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