mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
ci(travis): remove parallel build
This commit is contained in:
parent
00ec0a1f9d
commit
4a48f5348b
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue