aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-06-17 15:03:27 -0400
committerGennadiy Civil <misterg@google.com>2019-06-17 15:03:27 -0400
commit6c971ca9a34b3eb82180732db807da74ea71cf79 (patch)
tree0ba3915bd12ea4deff8dcb145965b2eea7e0e45a /.travis.yml
parent176eccfb8f42339b8ea2341e926f6835f7932bc4 (diff)
downloadgoogletest-6c971ca9a34b3eb82180732db807da74ea71cf79.tar.gz
googletest-6c971ca9a34b3eb82180732db807da74ea71cf79.tar.bz2
googletest-6c971ca9a34b3eb82180732db807da74ea71cf79.zip
testing, explicitly specify compiler
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 61c51dd2..d33e332f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ matrix:
install: ./ci/install-platformio.sh
script: ./ci/build-platformio.sh
- os: linux
- compiler: gcc
+ compiler: gcc4.9
sudo : true
install: ./ci/install-linux.sh && ./ci/log-config.sh
script: ./ci/build-linux-bazel.sh