1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/.travis.yml
2019-09-14 06:41:16 +03:00

29 lines
467 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
- cp -r tests/resources/mock/db tests/resources/storage/db
install:
- docker-compose -f tests/resources/docker-compose.yml up -d
- sleep 60
script:
- php -v
- ls storage
- ls tests/resources/storage