disable non-working clang support in travis

This commit is contained in:
Bradley Bell 2015-04-24 21:01:16 -07:00 committed by Kp
parent 6d2d0f33fa
commit 1b08ed9aff

View file

@ -2,7 +2,7 @@ language: cpp
compiler:
- gcc
- clang
#- clang
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y