travis: remove unused scons code path

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Eric Engestrom
2019-01-28 21:36:19 +00:00
parent 087af992a2
commit 5459900f38

View File

@@ -58,12 +58,6 @@ install:
pip2 install --user mako; pip2 install --user mako;
fi 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 # Install dependencies where we require specific versions (or where
# disallowed by Travis CI's package whitelisting). # disallowed by Travis CI's package whitelisting).
@@ -87,10 +81,6 @@ script:
make && eval $MAKE_CHECK_COMMAND; make && eval $MAKE_CHECK_COMMAND;
fi fi
- if test "x$BUILD" = xscons; then
scons $SCONS_TARGET && eval $SCONS_CHECK_COMMAND;
fi
- | - |
if test "x$BUILD" = xmeson; then if test "x$BUILD" = xmeson; then
if test -n "$LLVM_CONFIG"; then if test -n "$LLVM_CONFIG"; then