Put the no-GLX build under CI

CI is pointless if we don't test all the possible combinations.
macos/v1.5.9
Emmanuele Bassi 8 years ago
parent 91b4e75c65
commit 5b6d99069b
  1. 1
      .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

Loading…
Cancel
Save