Skip to content

Commit

Permalink
Added support for Clang 5.0. Fixes #365 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 authored and elliotchance committed Dec 3, 2017
1 parent e400e71 commit 85144c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ matrix:
os: linux
- env: SCRIPT=test CLANG=3.8
os: linux
- env: SCRIPT=test CLANG=5.0
os: linux
- env: SCRIPT=lint CLANG=3.9
os: linux

Expand All @@ -28,7 +30,7 @@ before_install:
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-add-repository "deb http://apt.llvm.org/precise/ llvm-toolchain-precise-$CLANG main"
sudo apt-add-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-$CLANG main"
sudo apt-get update
sudo apt-cache search clang
sudo apt-get install -f -y --force-yes clang-$CLANG lldb-$CLANG
Expand Down

0 comments on commit 85144c3

Please sign in to comment.