1
0
Fork 0
mirror of synced 2024-06-19 03:04:53 +12:00

tests: debug travis

This commit is contained in:
Torsten Dittmann 2021-04-26 18:13:01 +02:00
parent fa8f337d9b
commit 4b7ddb953c
2 changed files with 2 additions and 1 deletions

1
.env
View file

@ -35,6 +35,7 @@ _APP_FUNCTIONS_CONTAINERS=10
_APP_FUNCTIONS_CPUS=1
_APP_FUNCTIONS_MEMORY=256
_APP_FUNCTIONS_MEMORY_SWAP=256
_APP_FUNCTIONS_ENVS=php-7.4,php-8.0
_APP_MAINTENANCE_INTERVAL=86400
_APP_MAINTENANCE_RETENTION_EXECUTION=1209600
_APP_MAINTENANCE_RETENTION_ABUSE=86400

View file

@ -28,7 +28,7 @@ before_install:
- export COMPOSE_INTERACTIVE_NO_CLI=1
install:
- docker-compose --env-file ./.env.ci up -d
- docker-compose up -d
- sleep 30
script: