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

@ -1 +1 @@
Subproject commit c1d03fdd6f2fc46976b4778d3f590d99c7b26f11
Subproject commit 70b659d28d01a75209d27afbfd764d1ef0d1dcb3