diff options
author | Eric Engestrom <[email protected]> | 2019-01-28 21:36:19 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | 5459900f387879d28e01e580b4e80c98afcb84c4 (patch) | |
tree | 30b165b56241a522de1385dd5eb04cf6c21950f1 /.travis.yml | |
parent | 087af992a276e7478c9c84552e18c07ddb942e9d (diff) |
travis: remove unused scons code path
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
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 |