[nasm:macho-unify] travis: Disable osx for a while

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Tue Jun 30 17:02:55 PDT 2020


Commit-ID:  1cf8920961dab20cd4fe44fadbfb77734ee67f02
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=1cf8920961dab20cd4fe44fadbfb77734ee67f02
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Wed, 25 Apr 2018 01:10:10 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Wed, 9 May 2018 18:03:50 +0300

travis: Disable osx for a while

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

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f23fa5ee..a74ab823 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


More information about the Nasm-commits mailing list