Skip to content

Commit

Permalink
allowing the linux llvm 3.9 build to fail... cannot get the ppa working
Browse files Browse the repository at this point in the history
  • Loading branch information
onqtam committed Nov 15, 2016
1 parent 7e775f9 commit fd62aa0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ addons:
- llvm-toolchain-precise-3.6
- llvm-toolchain-precise-3.7
- llvm-toolchain-precise-3.8
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main'
key_url: 'http://apt.llvm.org/llvm-snapshot.gpg.key'
- llvm-toolchain-precise-3.9

compiler: clang
os: linux
Expand Down Expand Up @@ -271,6 +270,10 @@ matrix:
os: osx

allow_failures:

# Clang 3.9 - failing because the llvm 3.9 ppa is not yet whitelisted...
- env: COMPILER=clang++-3.9 HAS_ASAN_64=true HAS_UBSAN_64=true

# for some reason some of these builds fail sometimes...

# OSX GCC 4.4
Expand Down

0 comments on commit fd62aa0

Please sign in to comment.