mirror of
https://github.com/appwrite/appwrite
synced 2026-05-05 22:38:37 +00:00
test(travis): use new runtimes env variable
This commit is contained in:
parent
d5beb05206
commit
9c2b066e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ before_install:
|
|||
- chmod -R u+x ./.travis-ci
|
||||
- export COMPOSE_INTERACTIVE_NO_CLI=1
|
||||
# Only pass a single runtime for CI stability
|
||||
- echo "_APP_FUNCTIONS_ENVS=php-8.0" >> .env
|
||||
- echo "_APP_FUNCTIONS_RUNTIMES=php-8.0" >> .env
|
||||
|
||||
install:
|
||||
- docker-compose up -d
|
||||
|
|
|
|||
Loading…
Reference in a new issue