diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-10-18 10:40:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 10:40:53 -0400 |
commit | 5c9543547e5f64056e44dab1fd4b16847a56f6ef (patch) | |
tree | e18da4967fe13da62782b6c2f3c54bec5e95d5c5 | |
parent | 3282f9ae018f5ff62ceae16132f908e9a9eadbb4 (diff) | |
parent | dfed97a69ac3ec28c92a0b82f78326dd4af9c0ff (diff) | |
download | googletest-5c9543547e5f64056e44dab1fd4b16847a56f6ef.tar.gz googletest-5c9543547e5f64056e44dab1fd4b16847a56f6ef.tar.bz2 googletest-5c9543547e5f64056e44dab1fd4b16847a56f6ef.zip |
Merge pull request #1297 from gennadiycivil/master
Workaround for Travis issue https://github.com/travis-ci/travis-ci/is…
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 418720fd..32349c51 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: |