Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Lint won't help
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Jan 27, 2020
1 parent 68be845 commit 9e98247
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 @@ -21,7 +21,6 @@ install:
- pecl install pcov || true

script:
- find . -type f -name \*.php -print0 | xargs -P2 -0 -n1 php -l
- php vendor/bin/phpunit --coverage-clover build/logs/clover.xml || php vendor/bin/phpunit
- phpenv config-rm xdebug.ini || true
- vendor/bin/atoum -ncc -d atoum/
Expand Down

0 comments on commit 9e98247

Please sign in to comment.