Install xargo

This commit is contained in:
Jeremy Soller 2017-05-11 21:57:36 -06:00
parent 3679387fd2
commit d7511b8164

View file

@ -23,6 +23,7 @@ before_install:
brew install nasm pkg-config Caskroom/cask/osxfuse && brew install nasm pkg-config Caskroom/cask/osxfuse &&
travis_wait 30 brew install redox-os/gcc_cross_compilers/x86_64-elf-gcc; travis_wait 30 brew install redox-os/gcc_cross_compilers/x86_64-elf-gcc;
fi fi
- cargo install xargo
script: script:
- cd cookbook && ./fetch.sh && cd .. && - cd cookbook && ./fetch.sh && cd .. &&
make clean && make clean &&