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