summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
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