From 665c16931684fc7daf0ef1812588341844d053de Mon Sep 17 00:00:00 2001 From: Daniel Sposito Date: Fri, 10 Mar 2017 00:13:28 -0800 Subject: [PATCH] Updates travis config to use locally installed phpunit. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f76ebac..a002e6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: # Run tests and generate test coverage report. script: - vendor/bin/phpcs ./src ./tests --extensions=php --standard=PSR2 - - phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml + - vendor/bin/phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml # Submit test coverage report to Coveralls. after_success: