1
0
Fork 0
mirror of synced 2024-06-18 10:44:51 +12:00
appwrite/.travis.yml

27 lines
418 B
YAML
Raw Normal View History

2019-08-07 09:01:52 +12:00
language: php
2019-08-26 16:56:01 +12:00
2019-08-07 09:01:52 +12:00
php:
2019-10-22 02:17:55 +13:00
- '7.3'
2019-08-07 09:01:52 +12:00
addons:
hosts:
- appwrite.test
notifications:
email:
2019-09-22 04:54:18 +12:00
- team@appwrite.io
2019-08-07 09:01:52 +12:00
2019-08-26 16:56:01 +12:00
services:
- docker
before_install:
2019-09-14 15:41:16 +12:00
- composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts
- sudo service mysql stop
2019-08-07 09:01:52 +12:00
2019-08-26 16:56:01 +12:00
install:
2019-08-26 17:12:31 +12:00
- docker-compose -f tests/resources/docker-compose.yml up -d
2019-09-22 00:40:01 +12:00
- sleep 180
2019-08-26 16:56:01 +12:00
2019-08-07 09:01:52 +12:00
script:
2019-09-14 17:57:27 +12:00
- docker ps
2019-09-14 16:55:22 +12:00
- vendor/bin/phpunit --configuration phpunit.xml