Remove clang from travis build until libc++/libstd++ issues have been sorted out. (#87)

This commit is contained in:
Markus Tavenrath
2017-02-27 14:54:06 +01:00
committed by Andreas Süßenbach
parent 61b349876a
commit a167d626b8
2 changed files with 1 additions and 3 deletions

View File

@@ -34,5 +34,3 @@ script:
- echo "}" >> /tmp/test.cpp
- cat /tmp/test.cpp
- ${CXX} -std=c++11 -Ivulkan -IVulkan-Docs/src -c /tmp/test.cpp
- clang --version
- clang++ -std=c++11 -Ivulkan -IVulkan-Docs/src -c /tmp/test.cpp