Skip to content

Commit

Permalink
Merge pull request #212 from cpliakas/phpunit-c
Browse files Browse the repository at this point in the history
make phpunit run explicit in CI
  • Loading branch information
TomasVotruba committed Oct 4, 2020
2 parents 31f5369 + 702d191 commit da6bb72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ before_script:
# disable xdebug if not coverage
- phpenv config-rm xdebug.ini

script:
- vendor/bin/phpunit

install:
- composer install

Expand All @@ -28,6 +25,7 @@ jobs:

-
name: Unit Tests
script: vendor/bin/phpunit

-
name: Test Coverage
Expand Down

0 comments on commit da6bb72

Please sign in to comment.