v3d: Restrict live intervals to the blocks reachable from any def.
[mesa.git] / .travis.yml
index 2f0b6edece1d829aa03ffa22ac5712818eee94c1..96235a72a4c1e0535b60ad30981e28d60b65ef5a 100644 (file)
@@ -5,6 +5,10 @@ dist: xenial
 cache:
   ccache: true
 
+env:
+  global:
+    - PKG_CONFIG_PATH="$PKG_CONFIG_PATH"
+
 matrix:
   include:
     - env:
@@ -58,12 +62,6 @@ install:
       pip2 install --user mako;
     fi
 
-  # Install a more modern scons from pip.
-  - if test "x$BUILD" = xscons; then
-      pip2 install --user "scons>=2.4";
-      pip2 install --user mako;
-    fi
-
   # Install dependencies where we require specific versions (or where
   # disallowed by Travis CI's package whitelisting).
 
@@ -87,10 +85,6 @@ script:
       make && eval $MAKE_CHECK_COMMAND;
     fi
 
-  - if test "x$BUILD" = xscons; then
-      scons $SCONS_TARGET && eval $SCONS_CHECK_COMMAND;
-    fi
-
   - |
     if test "x$BUILD" = xmeson; then
       if test -n "$LLVM_CONFIG"; then