diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-10-16 14:06:48 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-10-16 14:06:48 -0700 |
commit | 8eea85618c4a070fda6257f2be5280f9684c93c6 (patch) | |
tree | 0710fb22160f370a550750d52485003f4b3cbd68 /.travis.yml | |
parent | 989a1f7bcc2bb7c74cfed974972e3bd248b58f6a (diff) | |
download | tmwa-8eea85618c4a070fda6257f2be5280f9684c93c6.tar.gz tmwa-8eea85618c4a070fda6257f2be5280f9684c93c6.tar.bz2 tmwa-8eea85618c4a070fda6257f2be5280f9684c93c6.tar.xz tmwa-8eea85618c4a070fda6257f2be5280f9684c93c6.zip |
The only working version of clang is 3.4 right now
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3986b9d..dcd0932 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,6 +78,8 @@ matrix: allow_failures: - compiler: clang env: REAL_CC=clang-3.3 REAL_CXX=clang++-3.3 PPA=ppa:h-rayflood/llvm PACKAGE=clang-3.3 DEBUGPACKAGE=libstdc++6-4.6-dbg + - compiler: clang + env: REAL_CC=clang-3.5 REAL_CXX=clang++-3.5 PPA=ppa:h-rayflood/llvm PACKAGE=clang-3.5 DEBUGPACKAGE=libstdc++6-4.6-dbg exclude: - env: ignore=this include: |