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 - cmake
script: script:
# Output versions of gcc, g++ and cmake # Output version info for compilers, cmake, and make
- clang -v - ${CC} -v
- clang++ -v - ${CXX} -v
- gcc -v - cmake --version
- g++ -v
- make --version - make --version
# Configure and build # Configure and build
- mkdir _travis_build && cd _travis_build - mkdir _travis_build && cd _travis_build