diff options
author | Jack Lloyd <[email protected]> | 2017-10-01 07:53:22 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-10-01 07:53:22 -0400 |
commit | 131c367ef728043feaa70d994c3f1ec6a1b00e1b (patch) | |
tree | ff3d6cb299feeacc1c5bdf20c22c59bdadd29aad /src/scripts/ci/setup_travis.sh | |
parent | db5353c56b2af711c6196d76b8e153970f908e54 (diff) |
Gah, remove llvm not install it!
Diffstat (limited to 'src/scripts/ci/setup_travis.sh')
-rwxr-xr-x | src/scripts/ci/setup_travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh index 3c058bc19..3ed1caeb1 100755 --- a/src/scripts/ci/setup_travis.sh +++ b/src/scripts/ci/setup_travis.sh @@ -63,7 +63,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install trousers libtspi-dev # installed llvm-3.4 conflicts with clang-3.9 in /usr/local # we need a more recent llvm-cov for coverage reports - sudo apt-get install llvm + sudo apt-get remove llvm tar -C / -xvjf botan-ci-tools/softhsm2-trusty-bin.tar.bz2 /tmp/softhsm/bin/softhsm2-util --init-token --free --label test --pin 123456 --so-pin 12345678 |