From 5e683130070f5fd693e58ae97e7abd4d10496cf6 Mon Sep 17 00:00:00 2001 From: Hao Lu Date: Tue, 12 Nov 2019 15:38:42 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1f05fc..af3a2a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ before_install: before_script: - composer install script: -- ./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/BankAccountTest +- ./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/BankAccountTest.php