Skip to content

Commit

Permalink
exclude zip64 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne-Lexa committed Dec 30, 2019
1 parent 9ca1470 commit 9d42215
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:
- composer validate --no-check-lock
- vendor/bin/phpunit -v -c phpunit.xml.dist --coverage-clover=coverage.clover
- vendor/bin/phpunit -v -c phpunit.xml.dist --testsuite only_fast_tests --coverage-clover=coverage.clover

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

0 comments on commit 9d42215

Please sign in to comment.