From 2adfab1a97afd3bad465a8b02e148d2eb7760859 Mon Sep 17 00:00:00 2001 From: Stefano Moia Date: Mon, 15 Jun 2020 14:54:57 +0200 Subject: [PATCH] Create directory for auto --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ba0246905..16a2a3746 100755 --- a/.travis.yml +++ b/.travis.yml @@ -79,6 +79,7 @@ install: echo "!!! On branch ${CHECK_BRANCH}, skipping auto-svl"; else echo "!!! On branch ${CHECK_BRANCH}, setting up auto-svl"; + mkdir build; curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.39.0/auto-linux.gz | gunzip > build/auto; chmod a+x build/auto; fi;