Skip to content

Commit

Permalink
.travis.yml: De-activate OSX job
Browse files Browse the repository at this point in the history
Travis OSX queue has had 1300+ jobs backed up for many
hours now.

Fixes coala#3611
  • Loading branch information
jayvdb committed Feb 1, 2017
1 parent 33293e9 commit 1f834f0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: false
language: python
python:
- 3.4
Expand All @@ -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
Expand Down

0 comments on commit 1f834f0

Please sign in to comment.