diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-10-18 14:40:00 (GMT) |
---|---|---|
committer | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-10-18 14:40:00 (GMT) |
commit | dfed97a69ac3ec28c92a0b82f78326dd4af9c0ff (patch) | |
tree | e18da4967fe13da62782b6c2f3c54bec5e95d5c5 /.travis.yml | |
parent | 3282f9ae018f5ff62ceae16132f908e9a9eadbb4 (diff) | |
download | googletest-dfed97a69ac3ec28c92a0b82f78326dd4af9c0ff.zip googletest-dfed97a69ac3ec28c92a0b82f78326dd4af9c0ff.tar.gz googletest-dfed97a69ac3ec28c92a0b82f78326dd4af9c0ff.tar.bz2 |
Workaround for Travis issue https://github.com/travis-ci/travis-ci/issues/8552refs/pull/1297/head
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 418720f..32349c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,8 @@ addons: os: - linux - osx + before_install: + - brew update language: cpp cache: ccache before_cache: |