From c4b94390e9a764833b38f552f0cada16fb1582e8 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 31 Oct 2020 18:11:10 +0300 Subject: [PATCH] image: increase compression level more --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c11eb949..b9d67189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ jobs: - cp images/*.zip imgcache after_success: - sudo chmod -R 777 * - - cd images && zip -7 ${IMAGE_NAME}.zip ${IMAGE_NAME} && stat --printf="Compressed image size:%s\n" ${IMAGE_NAME}.zip + - cd images && zip -9 ${IMAGE_NAME}.zip ${IMAGE_NAME} && stat --printf="Compressed image size:%s\n" ${IMAGE_NAME}.zip before_deploy: # Set up git user name and tag this commit - git config --local user.name "goldarte"