travis: remove unused scons code path
authorEric Engestrom <eric.engestrom@intel.com>
Mon, 28 Jan 2019 21:36:19 +0000 (21:36 +0000)
committerEric Engestrom <eric.engestrom@intel.com>
Wed, 6 Feb 2019 17:56:30 +0000 (17:56 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
.travis.yml

index 2f0b6edece1d829aa03ffa22ac5712818eee94c1..f061ad5ac5066571b63a77d85713a4218ce84001 100644 (file)
@@ -58,12 +58,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 +81,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