summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-18 23:39:58 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-19 05:10:00 +0100
commit749968c3eb92a6043ccb1f5f49d39fc2823a57d8 (patch)
tree698057f1c9c816f833094e983807de2efc53a71c /.travis.yml
parent6f65d24796a0aaca0c20f4c074aa71e39f38e68d (diff)
downloadlibgphoto2-749968c3eb92a6043ccb1f5f49d39fc2823a57d8.tar.gz
travis-ci: Print the exact CC and CXX used
This prints a number of CC and CXX version messages, so we can see better which C and C++ compilers are actually in use.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 328194b20..12853ce16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
-language: c
+language:
+ - c
+ - cpp
os:
- linux