diff options
| author | Mike McQuaid | 2016-09-16 11:11:03 +0100 | 
|---|---|---|
| committer | GitHub | 2016-09-16 11:11:03 +0100 | 
| commit | 53713593d677cb916402742940d14bfc7e60a5a4 (patch) | |
| tree | d21bf32aadc549174fb6ceb89113eab9a6c67ee9 /Library/Homebrew/test | |
| parent | ddafaaecfc08ac704eedbc19e669bc60b0a0a157 (diff) | |
| parent | b1fba6ed54997bd0a2ce29fdd523f40fecada0c3 (diff) | |
| download | brew-53713593d677cb916402742940d14bfc7e60a5a4.tar.bz2 | |
Merge pull request #914 from MikeMcQuaid/test-bot-travis-coveralls
Send coverage from Jenkins, don't run OS X Travis.
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/Gemfile | 2 | ||||
| -rw-r--r-- | Library/Homebrew/test/Gemfile.lock | 17 | 
2 files changed, 7 insertions, 12 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 diff --git a/Library/Homebrew/test/Gemfile.lock b/Library/Homebrew/test/Gemfile.lock index 2e78f050b..ceb11128d 100644 --- a/Library/Homebrew/test/Gemfile.lock +++ b/Library/Homebrew/test/Gemfile.lock @@ -11,12 +11,10 @@ GIT  GEM    remote: https://rubygems.org/    specs: -    coveralls (0.8.14) -      json (>= 1.8, < 3) -      simplecov (~> 0.12.0) -      term-ansicolor (~> 1.3) -      thor (~> 0.19.1) -      tins (~> 1.6.0) +    codecov (0.1.5) +      json +      simplecov +      url      docile (1.1.5)      json (1.8.3)      metaclass (0.0.4) @@ -25,16 +23,13 @@ GEM        metaclass (~> 0.0.1)      rake (10.5.0)      simplecov-html (0.10.0) -    term-ansicolor (1.3.2) -      tins (~> 1.0) -    thor (0.19.1) -    tins (1.6.0) +    url (0.3.2)  PLATFORMS    ruby  DEPENDENCIES -  coveralls (= 0.8.14) +  codecov    minitest (~> 5.3)    mocha (~> 1.1)    rake (~> 10.3)  | 
