From c40e26f89ee75c277492feccfaa416d8c842e481 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 6 Nov 2016 15:36:53 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5802c47..13463b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ os: dist: trusty before_install: - if [ `uname` = "Darwin" ]; then - brew tap sevki/homebrew-gcc_cross_compilers; brew update; - brew unlink gcc; - brew install sevki/gcc_cross_compilers/x86_64-elf-binutils sevki/gcc_cross_compilers/x86_64-elf-gcc nasm; + brew install make nasm qemu gcc49 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; fi - if [ `uname` = "Linux" ]; then sudo apt-get install -qq nasm pkg-config fuse libfuse-dev;