1
0
Fork 0
mirror of synced 2024-06-25 17:50:38 +12:00

update travis.yml

This commit is contained in:
Mostafa Hussein 2019-11-27 01:03:45 +02:00
parent 524810ce53
commit b71dfb4fc7
2 changed files with 3 additions and 4 deletions

View file

@ -20,7 +20,6 @@ services:
before_install:
- docker load -i docker_images/images.tar || true
- sudo service mysql stop
# before_cache:
# - docker save -o docker_images/images.tar $(docker images -a -q)
@ -31,5 +30,4 @@ install:
script:
- docker ps
- docker-compose exec -T appwrite 'ls -l'
- docker-compose exec -T appwrite 'vendor/bin/phpunit --configuration phpunit.xml'
- docker exec appwrite /bin/bash -c '/usr/share/nginx/html/vendor/bin/phpunit --configuration /usr/share/nginx/html/phpunit.xml'

View file

@ -2,6 +2,7 @@ version: '3'
services:
appwrite:
container_name: appwrite
build:
context: ../../
args:
@ -88,4 +89,4 @@ volumes:
appwrite-db:
appwrite-cache:
appwrite-uploads:
appwrite-influxdb:
appwrite-influxdb: