More Travis cleanup
This commit is contained in:
parent
35ac2aead8
commit
5fd0b5839b
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue