Output versions only for the active compiler.

This commit is contained in:
Tom Finegan 2017-09-07 12:11:38 -07:00
parent 4a44eec6f1
commit 577c7aa8c5

View File

@ -15,11 +15,10 @@ addons:
- cmake
script:
# Output versions of gcc, g++ and cmake
- clang -v
- clang++ -v
- gcc -v
- g++ -v
# Output version info for compilers, cmake, and make
- ${CC} -v
- ${CXX} -v
- cmake --version
- make --version
# Configure and build
- mkdir _travis_build && cd _travis_build