Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
brew update
1 parent 5af28fe commit e05f397Copy full SHA for e05f397
.travis.yml
@@ -46,7 +46,10 @@ addons:
46
- valgrind
47
- zlib1g-dev
48
homebrew:
49
- update: true
+ # No `brew update` causes "Error: Your Homebrew is outdated" like https://travis-ci.org/ruby/ruby/jobs/547485832,
50
+ # but doing `brew update` is also problematic like https://travis-ci.org/ruby/ruby/jobs/564916879.
51
+ # Skipped because `brew update` hangs often
52
+ # update: true
53
packages:
54
- gdbm
55
- gmp
0 commit comments