From 9a22f21b90bb4ab3f8d2c0d4dfbd4e3734646f04 Mon Sep 17 00:00:00 2001 From: JFox Date: Thu, 29 Aug 2019 22:24:04 +0200 Subject: [PATCH] leave stage5 - because of issue on 64 bit - https://github.com/RPi-Distro/pi-gen/issues/271 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4707a33..51f3dfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ env: global: - IMG_NAME=Raspbian-SSH - ENABLE_SSH=1 + - STAGE_LIST="stage0 stage1 stage2 stage3 stage4" addons: apt: update: true