mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
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:
parent
ab50bc3780
commit
6977b23cfb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user