From f0a60c1da815139af75c3f13405f6eacdf9b94d9 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 5 Nov 2016 08:50:32 -0600 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a043d0e..31ca3cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,9 @@ os: dist: trusty before_install: - if [ `uname` = "Darwin" ]; then - brew tap nashenas88/gcc_cross_compilers; + brew tap sevki/homebrew-gcc_cross_compilers brew update; - brew unlink gcc; - brew install nashenas88/gcc_cross_compilers/x86_64-elf-binutils nashenas88/gcc_cross_compilers/x86_64-elf-gcc nasm; + brew install sevki/gcc_cross_compilers/x86_64-elf-binutils sevki/gcc_cross_compilers/x86_64-elf-gcc nasm; fi - if [ `uname` = "Linux" ]; then sudo apt-get install -qq nasm pkg-config fuse;