1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/.travis.yml
2019-11-18 07:18:05 +02:00

27 lines
418 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
install:
- docker-compose -f tests/resources/docker-compose.yml up -d
- sleep 180
script:
- docker ps
- vendor/bin/phpunit --configuration phpunit.xml