Skip to content

Commit

Permalink
and im feeling gooooood
Browse files Browse the repository at this point in the history
  • Loading branch information
dshoreman committed Nov 1, 2020
1 parent 9cf0fc7 commit 09a0e75
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ install:

script:
- vendor/bin/grumphp run
- vendor/bin/phpunit -c "tests/${PHPUNIT_CONFIG:-phpunit}.xml" --testdox --color=always
- echo "CMD: vendor/bin/phpunit -c tests/${PHPUNIT_CONFIG:-phpunit}.xml --testdox --color=always"
- vendor/bin/infection --test-framework-options="-c 'tests/${PHPUNIT_CONFIG}:-phpunit}.xml'" \
--coverage-xml "tests/test-results"
- if [[ -z "$PHPUNIT_CONFIG" ]]; then composer test; else
vendor/bin/phpunit -c tests/phpunit.legacy.xml --testdox --color=always
; fi
- if [[ -z "$PHPUNIT_CONFIG" ]]; then composer infection; else
vendor/bin/infection --coverage=tests/test-results
--test-framework-options="-c tests/phpunit.legacy.xml"
; fi
- cat /tmp/infection/phpunitConfiguration.initial.infection.xml
- composer psalm

after_success: bash <(curl -s https://codecov.io/bash)

0 comments on commit 09a0e75

Please sign in to comment.