From 5501b02ed4650c2a03d8936a4abb3161c8dcd3e5 Mon Sep 17 00:00:00 2001 From: MarcFRICOU Date: Thu, 22 Oct 2015 15:51:09 +0200 Subject: [PATCH] misc: fix travis YML --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25544d5..94a4d14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ php: - 5.6 before_script: - composer install - - ./vendor/bin/phpcs --config-set installed_paths $PWD/vendor/escapestudios/symfony2-coding-standard,$PWD/vendor/iadvize/standards/php >> /dev/null + - ./vendor/bin/phpcs --config-set installed_paths $PWD/vendor/escapestudios/symfony2-coding-standard,$PWD/vendor/iadvize/php-convention/phpcs >> /dev/null script: - phpunit --configuration tests/phpunit.xml - ./vendor/bin/phpcs --standard=Iadvize src - - ./vendor/bin/phpmd src text vendor/iadvize/standards/php/Iadvize/phpmd.xml \ No newline at end of file + - ./vendor/bin/phpmd src text vendor/iadvize/php-convention/phpmd/phpmd.xml \ No newline at end of file