From 1001af3d90f24b01010405f82f04830b0e241f62 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 30 Nov 2016 17:45:56 -0700 Subject: [PATCH] Travis script require completion --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b2e578..8e6b00d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,7 @@ before_install: glendc/gcc_cross_compilers/x64-elf-gcc; fi script: - export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt -- make clean -- make update -- make build/harddrive.bin.gz build/livedisk.bin.gz -j 2 +- make clean && make update && make build/harddrive.bin.gz build/livedisk.bin.gz -j 2 notifications: email: false webhooks: http://37.139.9.28:54863/travis