From 72d322ba8069645c666528e47e42709cae578b08 Mon Sep 17 00:00:00 2001 From: Mark Beamer Jr Date: Sat, 11 Jan 2020 02:01:05 -0500 Subject: [PATCH] .... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dbda16e..1a14b9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ before_script: - sleep 5 script: - - vendor/bin/phpunit + - DATABASE_TEST_URL=mysql://lbry:lbry@localhost:15500/chainquery vendor/bin/phpunit - vendor/bin/phpcs -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests ./config ./webroot notifications: