diff --git a/.travis.yml b/.travis.yml index 20d3c7f..a57c1fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ before_install: brew install nasm pkg-config Caskroom/cask/osxfuse && travis_wait 30 brew install redox-os/gcc_cross_compilers/x86_64-elf-gcc; fi +- cargo install xargo script: - cd cookbook && ./fetch.sh && cd .. && make clean &&