From 1f834f0f4591fe3d5be52162ede8869b0f378af1 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 1 Feb 2017 11:03:01 +0700 Subject: [PATCH] .travis.yml: De-activate OSX job Travis OSX queue has had 1300+ jobs backed up for many hours now. Fixes https://github.com/coala/coala/issues/3611 --- .travis.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index a10ed44ebd..199ad6e95f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false language: python python: - 3.4 @@ -6,15 +7,8 @@ python: matrix: include: - - os: osx - osx_image: xcode6.4 - language: bash - python: 3.6 - env: - - DYLD_LIBRARY_PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/ - cache: - directories: - - ~/Library/Caches/pip + # OSX build removed due to long build startup delays + # Restore matrix job entry from d2d67fab to test OSX - python: 2.7 env: UNSUPPORTED=true - python: 3.3