More Travis cleanup

This commit is contained in:
Clownacy 2020-01-23 14:32:29 +00:00
parent 35ac2aead8
commit 5fd0b5839b

View file

@ -16,7 +16,6 @@ cache: ccache
compiler: compiler:
- gcc - gcc
# - clang
os: os:
- linux - linux
@ -46,6 +45,9 @@ before_install:
# Display Travis OS name # Display Travis OS name
- echo $TRAVIS_OS_NAME - echo $TRAVIS_OS_NAME
# Display build type
- echo $MAKE_BUILD_TYPE
# Display compilers name/version # Display compilers name/version
- echo ${CC} - echo ${CC}
- echo ${CXX} - echo ${CXX}