diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-03-08 11:08:50 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-03-08 11:46:47 -0500 |
| commit | 2db28ea849bb943ce7f69d9557d8aee796515bbd (patch) | |
| tree | 9ee9b44b013aa92597ea5983aa69d3a688230f42 /ci/travis_linux_before_install | |
| parent | 3200ebc2ea5f6bb51130cbc69d6533144a9f4ddc (diff) | |
| download | zig-2db28ea849bb943ce7f69d9557d8aee796515bbd.tar.gz zig-2db28ea849bb943ce7f69d9557d8aee796515bbd.zip | |
travis ci: update ubuntu llvm repo and CC,CXX env vars to 6
Diffstat (limited to 'ci/travis_linux_before_install')
| -rwxr-xr-x | ci/travis_linux_before_install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis_linux_before_install b/ci/travis_linux_before_install index 05495ccdf1..f93dc69f2d 100755 --- a/ci/travis_linux_before_install +++ b/ci/travis_linux_before_install @@ -2,7 +2,7 @@ set -x -sudo sh -c 'echo "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main" >> /etc/apt/sources.list' +sudo sh -c 'echo "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main" >> /etc/apt/sources.list' wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test sudo apt-get update -q |
