Skip to content

Commit

Permalink
Attempt to fix Travis tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
polevaultweb committed Feb 7, 2020
1 parent e76c02c commit 8da3ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ install:
- composer install --prefer-dist --no-interaction --no-suggest

script:
- phpunit --coverage-text --coverage-clover=coverage.clover
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit 8da3ef3

Please sign in to comment.