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 cbf4676 commit 4002160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ before_script:
- ./vendor/bin/phpcs --config-set installed_paths $PWD/vendor/escapestudios/symfony2-coding-standard,$PWD/vendor/iadvize/standards/php >> /dev/null
script:
- phpunit --configuration tests/phpunit.xml
- ./vendor/bin/phpcs --standard=Iadvize app
- ./vendor/bin/phpmd app text vendor/iadvize/standards/php/Iadvize/phpmd.xml
- ./vendor/bin/phpcs --standard=Iadvize src
- ./vendor/bin/phpmd src text vendor/iadvize/standards/php/Iadvize/phpmd.xml
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"email": "[email protected]"
}
],

"repositories": [
{
"type": "git",
Expand Down

0 comments on commit 4002160

Please sign in to comment.