From: Eric Engestrom Date: Mon, 28 Jan 2019 21:36:19 +0000 (+0000) Subject: travis: remove unused scons code path X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5459900f387879d28e01e580b4e80c98afcb84c4;p=mesa.git travis: remove unused scons code path Signed-off-by: Eric Engestrom --- diff --git a/.travis.yml b/.travis.yml index 2f0b6edece1..f061ad5ac50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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