From fe9c85a52788ef7d4a8b72b1be07155210e17537 Mon Sep 17 00:00:00 2001 From: Franz Liedke <franz@develophp.org> 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bff04cb77..21b291d52 100644 --- a/.travis.yml +++ b/.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