summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index f2ac154..8b1a0dc 100755
--- a/travis.sh
+++ b/travis.sh
@@ -104,6 +104,9 @@ coverage_after_success() {
set -e
set -x
+$CC --version
+$CXX --version
+
if [ "$1" == "after_failure" ]; then
# Upload failing tree to S3.
curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install | bash
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback