From 2bbcf1251f2c7951799d6b3cf59ca386327c2b7b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 30 Nov 2016 17:38:56 -0700 Subject: [PATCH] Also make update when required --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2f9177e..72a9582 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ before_install: glendc/gcc_cross_compilers/x64-elf-gcc; fi script: - make clean +- make update - make build/harddrive.bin.gz build/livedisk.bin.gz -j 2 notifications: email: false