1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/.travis.yml
2019-09-21 15:40:01 +03:00

29 lines
518 B
YAML

language: php
php:
- '7.3'
addons:
hosts:
- appwrite.test
notifications:
email:
- eldad@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