diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml index 56b920f1315..b27449344ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -531,25 +531,6 @@ matrix: - python3-pip - python3-setuptools - env: - - LABEL="scons SWR" - - BUILD=scons - - SCONSFLAGS="-j4" - - SCONS_TARGET="swr=1" - - LLVM_VERSION=6.0 - - LLVM_CONFIG="llvm-config-${LLVM_VERSION}" - # Keep it symmetrical to the make build. There's no actual SWR, yet. - - SCONS_CHECK_COMMAND="true" - addons: - apt: - packages: - - llvm-6.0-dev - # Common - - xz-utils - - x11proto-xf86vidmode-dev - - libexpat1-dev - - libx11-xcb-dev - - libelf-dev - - env: - LABEL="macOS make" - BUILD=make - MAKEFLAGS="-j4" |