1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/.travis.yml
2019-10-21 16:17:55 +03:00

29 lines
517 B
YAML

language: php
php:
- '7.3'
addons:
hosts:
- appwrite.test
notifications:
email:
- team@appwrite.io
services:
- docker
before_install:
- composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts
- sudo service mysql stop
#- mkdir -p tests/resources/storage/db
#- cp -r tests/resources/mock/db tests/resources/storage/db
install:
- docker-compose -f tests/resources/docker-compose.yml up -d
- sleep 180
script:
- docker ps
- vendor/bin/phpunit --configuration phpunit.xml