From 48a65ab1a616926c3e91cb987455854cfee6a183 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Tue, 19 May 2015 02:08:47 +0200 Subject: [PATCH] Let's not test migrations for code style. PHPCS (on Travis, not locally?) is complaining about these classes not being namespaced. Meh. --- framework/core/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/.travis.yml b/framework/core/.travis.yml index bff04cb77..21b291d52 100644 --- a/framework/core/.travis.yml +++ b/framework/core/.travis.yml @@ -13,7 +13,7 @@ before_script: - php composer.phar install script: - - vendor/bin/phpcs --standard=PSR2 -np src migrations + - vendor/bin/phpcs --standard=PSR2 -np src notifications: email: false