Update .travis.yml

This commit is contained in:
Jeremy Soller 2016-11-05 08:50:32 -06:00 committed by GitHub
parent 3c3c88a9a8
commit f0a60c1da8

View file

@ -8,10 +8,9 @@ os:
dist: trusty dist: trusty
before_install: before_install:
- if [ `uname` = "Darwin" ]; then - if [ `uname` = "Darwin" ]; then
brew tap nashenas88/gcc_cross_compilers; brew tap sevki/homebrew-gcc_cross_compilers
brew update; 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 nashenas88/gcc_cross_compilers/x86_64-elf-binutils nashenas88/gcc_cross_compilers/x86_64-elf-gcc nasm;
fi fi
- if [ `uname` = "Linux" ]; then - if [ `uname` = "Linux" ]; then
sudo apt-get install -qq nasm pkg-config fuse; sudo apt-get install -qq nasm pkg-config fuse;