From 00ec0a1f9d0c6fd59ce7274aa7281c6c182c2a62 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 18 Aug 2021 14:54:30 +0200 Subject: [PATCH] ci(travis): improve build speed and arm stability --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index af63bd6030..7f47068982 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ -dist: xenial +dist: focal arch: - amd64 - - arm64 + - arm64-graviton2 os: linux @@ -30,6 +30,7 @@ before_install: - echo "_APP_FUNCTIONS_RUNTIMES=php-8.0" >> .env install: +- docker-compose build --parallel - docker-compose up -d - sleep 10