summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml
index b27449344ad..8e2a53a8918 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,26 +32,6 @@ env:
matrix:
include:
- env:
- - LABEL="meson loaders/classic DRI"
- - BUILD=meson
- - UNWIND="false"
- - DRI_LOADERS="-Dglx=dri -Dgbm=true -Degl=true -Dplatforms=x11,wayland,drm,surfaceless -Dosmesa=classic"
- - DRI_DRIVERS="i915,i965,r100,r200,swrast,nouveau"
- - GALLIUM_ST="-Ddri3=true -Dgallium-vdpau=false -Dgallium-xvmc=false -Dgallium-omx=disabled -Dgallium-va=false -Dgallium-xa=false -Dgallium-nine=false -Dgallium-opencl=disabled"
- addons:
- apt:
- packages:
- - xz-utils
- - x11proto-xf86vidmode-dev
- - libxxf86vm-dev
- - libexpat1-dev
- - libx11-xcb-dev
- - libxdamage-dev
- - libxfixes-dev
- - python3.5
- - python3-pip
- - python3-setuptools
- - env:
- LABEL="make loaders/classic DRI"
- BUILD=make
- MAKEFLAGS="-j4"