Show clang version in Travis build.

This commit is contained in:
Syoyo Fujita 2019-10-23 00:41:40 +09:00
parent 23467959ca
commit 817bbcfb58

View File

@ -43,6 +43,7 @@ script:
- ${CXX} ${EXTRA_CXXFLAGS} -std=c++11 -Wall -g -o loader_example loader_example.cc
- ./loader_example ./models/Cube/Cube.gltf
- cd tests
- clang++ -v
- make
- ./tester
- ./tester_noexcept