Skip to content

Commit

Permalink
Disable OSX Travis CI builds
Browse files Browse the repository at this point in the history
The backlog is way too long...
  • Loading branch information
fitzgen committed Dec 12, 2016
1 parent 68e3a0c commit df83d2a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language: rust

os:
- linux
- osx

rust:
- nightly
Expand All @@ -19,10 +18,6 @@ addons:
- libdw-dev
- binutils-dev

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python || true; fi

before_script:
- pip install -v 'travis-cargo<0.2' --user
- if [[ -e ~/Library/Python/2.7/bin ]]; then export PATH=~/Library/Python/2.7/bin:$PATH; fi
Expand All @@ -37,9 +32,9 @@ script:
travis-cargo --only stable doc
after_success:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis-cargo --only stable doc-upload; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis-cargo coveralls --no-sudo --verify; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_RUST_VERSION" == "nightly" ]]; then KCOV=./kcov/build/src/kcov ./coverage; fi
- travis-cargo --only stable doc-upload
- travis-cargo coveralls --no-sudo --verify
- if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then KCOV=./kcov/build/src/kcov ./coverage; fi

env:
global:
Expand Down

0 comments on commit df83d2a

Please sign in to comment.