diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-05 12:34:54 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-05 12:34:54 -0700 |
commit | 967cf68ff9e58a281acdc61f6721990f1905882d (patch) | |
tree | 611a33815569151cfeea31b06cb725aed9c0ae39 /.travis.yml | |
parent | 4ac447a3c249c93e207491e567bdf8e479151997 (diff) | |
download | tmwa-967cf68ff9e58a281acdc61f6721990f1905882d.tar.gz tmwa-967cf68ff9e58a281acdc61f6721990f1905882d.tar.bz2 tmwa-967cf68ff9e58a281acdc61f6721990f1905882d.tar.xz tmwa-967cf68ff9e58a281acdc61f6721990f1905882d.zip |
Mark clang 3.1 as expected to fail
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d53bd07..c90af0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,6 +67,9 @@ env: - ignore=this matrix: + allow_failures: + - compiler: clang + env: REAL_CC=clang-3.1 REAL_CXX=clang++-3.1 PPA=ppa:h-rayflood/llvm PACKAGE=clang-3.1 exclude: - env: ignore=this include: |