Skip to content

Commit

Permalink
Remove duplicated tests from travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed May 10, 2020
1 parent 7e83666 commit 1042c22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ install:

script:
- find src/ tests/ example/ -type f -name '*.php' -print0 | xargs -0 -L1 -P4 -- php -l
- vendor/bin/php-cs-fixer --no-interaction --dry-run --diff -v fix src/
- vendor/bin/phpstan analyse
- vendor/bin/phpunit

0 comments on commit 1042c22

Please sign in to comment.