diff options
author | Abseil Team <absl-team@google.com> | 2019-09-19 15:39:22 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-09-27 16:48:09 -0400 |
commit | 076c46198fe1cb50160b287e51c72bd7b1194c1a (patch) | |
tree | 498e77b8eb3a024d6809b3b872f42291c146c2bf /.travis.yml | |
parent | c78ea26f2008e4eed5848feb6b4b154da0c66e06 (diff) | |
download | googletest-076c46198fe1cb50160b287e51c72bd7b1194c1a.tar.gz googletest-076c46198fe1cb50160b287e51c72bd7b1194c1a.tar.bz2 googletest-076c46198fe1cb50160b287e51c72bd7b1194c1a.zip |
Googletest export
Remove unnecessary full qualifications from std types.
PiperOrigin-RevId: 270101485
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 04b51dde..56f7d7c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ addons: packages: - ccache - gcc@4.9 - - llvm@4 + - llvm@3.9 update: true notifications: |