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
+2 -2
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'