From: nasm-bot f. C. G. <gor...@gm...> - 2018-10-17 18:44:19
|
Commit-ID: 6977b23cfbf04e996da7ff46aa2d9ec59dc729e3 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=6977b23cfbf04e996da7ff46aa2d9ec59dc729e3 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Wed, 25 Apr 2018 01:10:10 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Wed, 17 Oct 2018 21:40:14 +0300 travis: Disable osx for a while osx update takes too long, disable it for a while. Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f23fa5e..a74ab82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |