Skip to content

Commit

Permalink
Avoid duplicate phpunit runs
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuter committed Aug 19, 2019
1 parent 5077a31 commit 87f174d
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 @@ -19,7 +19,7 @@ before_script:

script:
- if [[ "$ANALYSIS" == 'true' ]]; then vendor/bin/phpunit --coverage-clover clover.xml ; fi
- vendor/bin/phpunit
- if [[ "$ANALYSIS" != 'true' ]]; then vendor/bin/phpunit ; fi
- vendor/bin/phpcs
- vendor/bin/phpstan analyse Slim

Expand Down

0 comments on commit 87f174d

Please sign in to comment.