1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

ci(travis): improve build speed and arm stability

This commit is contained in:
Torsten Dittmann 2021-08-18 14:54:30 +02:00
parent f606b14961
commit 00ec0a1f9d

View file

@ -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