aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnton Klautsan <DukeXar@gmail.com>2015-10-18 01:51:49 +0100
committerAnton Klautsan <DukeXar@gmail.com>2015-10-18 01:51:49 +0100
commit58b543535a57c5c2eb4602ea60966f6f5ad0a790 (patch)
treeff30189473908b9b261050627a5ef1889401f793 /.travis.yml
parentc81cf6b7efde8953f704e3a936786492db7a6fcc (diff)
downloadgoogletest-58b543535a57c5c2eb4602ea60966f6f5ad0a790.tar.gz
googletest-58b543535a57c5c2eb4602ea60966f6f5ad0a790.tar.bz2
googletest-58b543535a57c5c2eb4602ea60966f6f5ad0a790.zip
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e7f3e2dc..e0c3b941 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,12 @@
# http://stackoverflow.com/questions/22111549/travis-ci-with-clang-3-4-and-c11/30925448#30925448
# to allow C++11, though we are not yet building with -std=c++11
+before-install:
+ # Debug information
+ - if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then lsb_release -a; fi
+ - uname -a
+ - $CC --version
+ - $CXX --version
install:
# /usr/bin/gcc is 4.6 always, but gcc-X.Y is available.
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi