From 0294ce9b708f7cfc960be7dc209fda02fb8fefca Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Sat, 11 Nov 2017 10:23:18 +0100 Subject: [PATCH] travis: add tests to cs check --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98e73cf..9181842 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: script: - vendor/bin/phpunit --coverage-clover=coverage.clover -v # coding style - - temp/ecs/bin/ecs check src + - temp/ecs/bin/ecs check src tests after_script: - wget https://scrutinizer-ci.com/ocular.phar