diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 744a00758..687042e57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -117,5 +117,7 @@ before_install: script: # run static analysis tools - ./run-static-analysis.sh + # print compiler version + - ${CC} --version # build all packages - make |