diff --git a/.travis.yml b/.travis.yml index d8e9d69..20d3c7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,8 @@ before_install: travis_wait 30 brew install redox-os/gcc_cross_compilers/x86_64-elf-gcc; fi script: -- make clean && - make update && +- cd cookbook && ./fetch.sh && cd .. && + make clean && make build/harddrive.bin.gz build/livedisk.bin.gz build/livedisk.iso notifications: email: false diff --git a/bootloader b/bootloader index 155e86a..76d3431 160000 --- a/bootloader +++ b/bootloader @@ -1 +1 @@ -Subproject commit 155e86a846b05a7f416fc102d0046c3cb722dd8c +Subproject commit 76d3431d89793ab13e1996ef4d3c6ec7c79acbc7