diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2018-11-14 17:42:53 +0100 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2018-11-14 17:42:53 +0100 |
| commit | f6b8eb7987fd824d576598c152de1b3144c137bb (patch) | |
| tree | bba3de6c7ecade8ade9f7e6f717d5361f0ec3b46 | |
| parent | 2ec6f340cd29f289fea1c5a672195ceeaf44c475 (diff) | |
Update CI-clang to 7.0.0 for macOS dists.
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index b208e760d95..14fb17aeedd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -227,9 +227,9 @@ install: chmod +x /usr/local/bin/sccache && travis_retry curl -fo /usr/local/bin/stamp https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-03-17-stamp-x86_64-apple-darwin && chmod +x /usr/local/bin/stamp && - travis_retry curl -f http://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz | tar xJf - && - export CC=`pwd`/clang+llvm-6.0.0-x86_64-apple-darwin/bin/clang && - export CXX=`pwd`/clang+llvm-6.0.0-x86_64-apple-darwin/bin/clang++ && + travis_retry curl -f http://releases.llvm.org/7.0.0/clang+llvm-7.0.0-x86_64-apple-darwin.tar.xz | tar xJf - && + export CC=`pwd`/clang+llvm-7.0.0-x86_64-apple-darwin/bin/clang && + export CXX=`pwd`/clang+llvm-7.0.0-x86_64-apple-darwin/bin/clang++ && export AR=ar ;; esac |
