From dfc3a82ff6e75adf003e76a165e3257aaf93d304 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Tue, 19 May 2015 01:22:34 +0200 Subject: [PATCH] Also check code style in migrations folder. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9702aed0e..87082454e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_script: - php composer.phar install script: - - vendor/bin/phpcs --standard=PSR2 -np src + - vendor/bin/phpcs --standard=PSR2 -np src migrations notifications: email: false