diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml index de8395c894b..50bb0333001 100644 --- a/.travis.yml +++ b/.travis.yml @@ -531,23 +531,6 @@ matrix: - python3-pip - python3-setuptools - env: - - LABEL="scons" - - BUILD=scons - - SCONSFLAGS="-j4" - # Explicitly disable. - - SCONS_TARGET="llvm=0" - # Keep it symmetrical to the make build. - - SCONS_CHECK_COMMAND="scons llvm=0 check" - addons: - apt: - packages: - # Common - - xz-utils - - x11proto-xf86vidmode-dev - - libexpat1-dev - - libx11-xcb-dev - - libelf-dev - - env: - LABEL="scons LLVM" - BUILD=scons - SCONSFLAGS="-j4" |