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:
|
||||
- gcc
|
||||
# - clang
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
@ -46,6 +45,9 @@ before_install:
|
|||
# Display Travis OS name
|
||||
- echo $TRAVIS_OS_NAME
|
||||
|
||||
# Display build type
|
||||
- echo $MAKE_BUILD_TYPE
|
||||
|
||||
# Display compilers name/version
|
||||
- echo ${CC}
|
||||
- echo ${CXX}
|
||||
|
|
Loading…
Add table
Reference in a new issue