From ff250aa30e2faa38e44a4a415dde2c87d9174415 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 3 May 2020 11:12:51 +0100 Subject: Fix exclude. --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6beb5799..f20a983f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,12 +15,11 @@ env: jobs: exclude: - os: osx - - compiler: gcc - - env: BUILD=static - exclude: + compiler: gcc + env: BUILD=static - os: osx - - compiler: clang - - env: BUILD=static + compiler: clang + env: BUILD=static before_install: - sh .github/travis/before-install.sh -- cgit v1.2.3