From 11dfb73c533aa41b9762d0134244e330092c2298 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 4 Jan 2017 11:11:45 -0700 Subject: [PATCH] Wait for gcc install on OS X --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 02afecc..01fbb25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,8 @@ before_install: brew update && brew install nasm pkg-config Caskroom/cask/osxfuse && brew tap glendc/gcc_cross_compilers && - brew install glendc/gcc_cross_compilers/x64-elf-binutils glendc/gcc_cross_compilers/x64-elf-gcc; + brew install glendc/gcc_cross_compilers/x64-elf-binutils && + travis_wait brew install glendc/gcc_cross_compilers/x64-elf-gcc; fi script: - make clean &&