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