output compiler version info in the travis logs

This commit is contained in:
Chris Beck 2014-11-04 10:36:41 -05:00
parent 0c5ceea3f1
commit 54c602c056

View file

@ -28,6 +28,7 @@ before_install:
- if [ "$CXX" = "g++" ]; then export WML_TESTS=false; fi
- if [ "$CXX" = "g++" ]; then export PLAY_TEST=false; fi
- if [ "$CXX" = "g++" ]; then export CHECK_UTF8=false; fi
- $CXX -v
install:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ saucy main universe"