From 2f481d536349cfc53d6ec48ffadb63453eda7c96 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 11 May 2017 21:58:02 -0600 Subject: [PATCH] Use cookbook setup.sh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a57c1fd..fd2b81a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +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 +- cd cookbook && ./setup.sh && cd .. script: - cd cookbook && ./fetch.sh && cd .. && make clean &&