1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

test for travis.yml

This commit is contained in:
(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW 2019-11-26 23:41:51 +02:00 committed by GitHub
parent cec70ab15c
commit 38b41a1e8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,6 @@ cache:
before_install:
- docker load -i docker_images/images.tar || true
- composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts
- sudo service mysql stop
before_cache:
@ -32,4 +31,5 @@ install:
script:
- docker ps
- vendor/bin/phpunit --configuration phpunit.xml
- docker-compose exec -T appwrite 'ls -l'
- docker-compose exec -T appwrite 'vendor/bin/phpunit --configuration phpunit.xml'