Skip to content

Commit

Permalink
misc: fix travis YML
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcFRICOU committed Oct 22, 2015
1 parent 4002160 commit 5501b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- ./vendor/bin/phpmd src text vendor/iadvize/php-convention/phpmd/phpmd.xml

0 comments on commit 5501b02

Please sign in to comment.