Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Fix find path
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomontefuscolo committed May 15, 2018
1 parent a22329b commit 160ee30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ install:
- composer install --dev --prefer-dist

script:
- find ./ -type f -name '*.php' -exec php -l {} \;
- find ./src -type f -name '*.php' -exec php -l {} \;
- ./vendor/bin/phpunit --bootstrap vendor/autoload.php tests

0 comments on commit 160ee30

Please sign in to comment.