From 3103a273cb400fe7a94b13e6e8f9d28dc13b3cdc Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 6 Jun 2017 10:40:36 +0100 Subject: [PATCH] ci: Check build with EGL support disabled --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 730b09d..dfeb2f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,3 +29,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 + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker run withgit /bin/sh -c "cd /root && CC=$CC ./epoxy-run-tests.sh -Denable-egl=no" ; fi