From 5b6d99069b3fa0d4e12ee617b144a51312bcea79 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 29 Mar 2017 18:24:25 +0100 Subject: [PATCH] Put the no-GLX build under CI CI is pointless if we don't test all the possible combinations. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dfd3e1c..730b09d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,3 +28,4 @@ before_script: script: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker run withgit /bin/sh -c "cd /root && CC=$CC ./epoxy-run-tests.sh" ; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker run withgit /bin/sh -c "cd /root && CC=$CC ./epoxy-run-tests.sh -Denable-glx=no" ; fi