diff options
author | misterg <misterg@google.com> | 2019-09-27 20:23:47 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-09-27 20:48:42 (GMT) |
commit | 72adf7a4155b6642da1e6761678fe546590c0269 (patch) | |
tree | fad95de61073247dcbd9c584d27311bddbd14d43 | |
parent | cb3f7ce1deef5084306c929528a9728afdb17164 (diff) | |
download | googletest-72adf7a4155b6642da1e6761678fe546590c0269.zip googletest-72adf7a4155b6642da1e6761678fe546590c0269.tar.gz googletest-72adf7a4155b6642da1e6761678fe546590c0269.tar.bz2 |
Googletest export
Bump llvm to 4.0 because brew removed 3.9
PiperOrigin-RevId: 271634609
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 56f7d7c..04b51dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ addons: packages: - ccache - gcc@4.9 - - llvm@3.9 + - llvm@4 update: true notifications: |