diff options
author | Jack Lloyd <[email protected]> | 2020-11-05 18:49:19 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-05 18:49:19 -0500 |
commit | 6f7cb7fd973d3bc04a34f9cf77ac35414bf69ea6 (patch) | |
tree | b0baf3119d1912a81aa563ed1bda511fa780f5f2 /src/scripts/ci/setup_travis.sh | |
parent | fb79929803607912835013bd7b470dc5c3fa3142 (diff) |
Drop several CI configurations
Namely those using old/no longer supported compilers, and also some of
the marginal targets like the NIST policy and Clang 8 builds.
Diffstat (limited to 'src/scripts/ci/setup_travis.sh')
-rwxr-xr-x | src/scripts/ci/setup_travis.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh index f039e574d..d54500a6a 100755 --- a/src/scripts/ci/setup_travis.sh +++ b/src/scripts/ci/setup_travis.sh @@ -19,10 +19,6 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -qq update sudo apt-get install g++-4.8 - elif [ "$TARGET" = "clang8" ]; then - sudo apt-get -qq update - sudo apt-get install clang-8 - elif [ "$TARGET" = "cross-i386" ]; then sudo apt-get -qq update sudo apt-get install g++-multilib linux-libc-dev libc6-dev-i386 |