From 14f1e4bccb6b2293f87496d9e33475a186771bc0 Mon Sep 17 00:00:00 2001 From: Jeroen Massar Date: Wed, 2 Oct 2019 12:23:30 +0200 Subject: [PATCH] Enlarge the created disk to 8G, as it already fails during image creation with out of diskspace --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8a41478..4928b9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_script: - sudo update-binfmts --display - unset GOROOT script: -- sudo ./scripts/create_sibling.sh -n pwnagotchi -o pwnagotchi.img -s 4 +- sudo ./scripts/create_sibling.sh -n pwnagotchi -o pwnagotchi.img -s 8 - zip -s 2g pwnagotchi.zip pwnagotchi.img # TODO: deploy!