Skip to content

Commit

Permalink
rm phpmd in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed May 30, 2018
1 parent cf02b9b commit 2ea060f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ before_script:
- composer self-update
- composer update $DEPENDENCIES
script:
- vendor/bin/phpmd src text phpmd.xml
- ./vendor/bin/phpunit --coverage-clover=coverage.clover;
- if [ "$TRAVIS_PHP_VERSION" = "7.1" ]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.4.0/php-cs-fixer.phar -O php-cs-fixer && php php-cs-fixer fix --config=.php_cs -v --dry-run --using-cache=no --path-mode=intersection `git diff --name-only --diff-filter=ACMRTUXB $TRAVIS_COMMIT_RANGE`; fi

Expand Down

0 comments on commit 2ea060f

Please sign in to comment.