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 /.travis.yml | |
| 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 '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 4a3da039e..ecfad5326 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,6 @@ language: ruby rvm: 2.0.0 os: linux -matrix: - include: - - os: osx - env: OSX=10.11 - osx_image: xcode7.3 - rvm: system - before_install: - export HOMEBREW_DEVELOPER=1 - export PATH="bin:$PATH" |
