From b60731607d17643e23cb697b309fd858596aa467 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Thu, 6 Jun 2019 17:20:16 +0100 Subject: [PATCH] Update travis.sh --- tests/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis.sh b/tests/travis.sh index d975014a1..cfaaa462b 100755 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -23,7 +23,7 @@ fi #Run PHPUnit tests curl https://phar.phpunit.de/phpunit-7.phar --silent --location -o phpunit.phar -"$PHP_BINARY" phpunit.phar --bootstrap vendor/autoload.php tests/phpunit || exit 1 +"$PHP_BINARY" phpunit.phar --bootstrap vendor/autoload.php --fail-on-warning tests/phpunit || exit 1 #Run-the-server tests DATA_DIR="test_data"