Skip to content

Commit

Permalink
travis: Disable osx for a while
Browse files Browse the repository at this point in the history
osx update takes too long, disable it for a while.

Signed-off-by: Cyrill Gorcunov <[email protected]>
  • Loading branch information
cyrillos committed Oct 17, 2018
1 parent ab50bc3 commit 6977b23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
language: c
os:
- linux
- osx
env:
- TR_ARCH=local
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python ; fi
script:
- ./autogen.sh
- ./configure
Expand Down

0 comments on commit 6977b23

Please sign in to comment.