From 78ff20b2e9789fab5641a45fe379b87024f53d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Thu, 24 Oct 2019 18:18:26 -0700 Subject: [PATCH] Fix broken CI --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 47223c3..c97602d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ language: php sudo: false +notifications: + email: false + +services: + - postgresql + - mysql php: - 7.1 @@ -29,4 +35,4 @@ before_script: - ls -la plugins/ script: - - phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/ + - ./vendor/bin/phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/