diff options
| author | Mike McQuaid | 2016-09-10 20:43:42 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-09-16 10:20:09 +0100 |
| commit | b1fba6ed54997bd0a2ce29fdd523f40fecada0c3 (patch) | |
| tree | d21bf32aadc549174fb6ceb89113eab9a6c67ee9 /Library/Homebrew/test/Gemfile | |
| parent | ddafaaecfc08ac704eedbc19e669bc60b0a0a157 (diff) | |
| download | brew-b1fba6ed54997bd0a2ce29fdd523f40fecada0c3.tar.bz2 | |
Send coverage from Jenkins, don't run OS X Travis.
OS X Travis CI is particularly error-prone, slow and unnecessary for
us when we're already running (fast) OS X builds on Jenkins so use it
just for Linux testing.
Diffstat (limited to 'Library/Homebrew/test/Gemfile')
| -rw-r--r-- | Library/Homebrew/test/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/Gemfile b/Library/Homebrew/test/Gemfile index df6429f50..c7c146233 100644 --- a/Library/Homebrew/test/Gemfile +++ b/Library/Homebrew/test/Gemfile @@ -13,5 +13,5 @@ group :coverage do :git => "https://github.com/colszowka/simplecov.git", :branch => "master", # commit 257e26394c464c4ab388631b4eff1aa98c37d3f1 :require => false - gem "coveralls", "0.8.14", :require => false + gem "codecov", require: false end |
