travis: Disable osx for a while

osx update takes too long, disable it for a while.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-04-25 01:10:10 +03:00
parent ab50bc3780
commit 6977b23cfb

View File

@ -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