summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2015-05-28 09:43:25 -0700
committerJoshua Haberman <jhaberman@gmail.com>2015-05-28 09:43:25 -0700
commit0b64534a4450d6d198ce617209ebe38816b028ef (patch)
tree6e528d4ffc3a56d16a24ebfa8f4894cae0d39968 /travis.sh
parente6dddd6c175cb23946c2d36180b3c2ef8d30e6ec (diff)
parent2cff15d35e4ff862e6a0811ae9e509c3d3352514 (diff)
Merge pull request #21 from google/tablestrings
Restructure tables for C89 port and smaller size.
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