diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2019-09-27 19:30:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-27 19:30:17 (GMT) |
commit | c78ea26f2008e4eed5848feb6b4b154da0c66e06 (patch) | |
tree | 997483682776efece6e06387aef584c831d89576 | |
parent | f2fb48c3b3d79a75a88a99fba6576b25d42ec528 (diff) | |
download | googletest-c78ea26f2008e4eed5848feb6b4b154da0c66e06.zip googletest-c78ea26f2008e4eed5848feb6b4b154da0c66e06.tar.gz googletest-c78ea26f2008e4eed5848feb6b4b154da0c66e06.tar.bz2 |
Bump llvm version to 4 so brew can work again
-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: |