1
0
Fork 0
mirror of synced 2024-05-09 07:12:34 +12:00

ci(travis): remove parallel build

This commit is contained in:
Torsten Dittmann 2021-08-18 15:25:29 +02:00
parent 00ec0a1f9d
commit 4a48f5348b

View file

@ -30,8 +30,7 @@ before_install:
- echo "_APP_FUNCTIONS_RUNTIMES=php-8.0" >> .env
install:
- docker-compose build --parallel
- docker-compose up -d
- docker-compose up -d --build
- sleep 10
script: