From 4be52abe7d13cbf57c9092f75de7dcfe6a2cabf8 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sat, 14 Sep 2019 07:55:22 +0300 Subject: [PATCH] Execute tests on CI --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 10e97d70e..d74bd298c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,5 @@ install: script: - php -v - ls storage -- ls tests/resources/storage \ No newline at end of file +- ls tests/resources/storage +- vendor/bin/phpunit --configuration phpunit.xml \ No newline at end of file