Skip to content

Commit

Permalink
Merge pull request #15 from martin-helmich/refact/test-combinations
Browse files Browse the repository at this point in the history
Test all compatible combinations of PHP + PHPUnit
  • Loading branch information
martin-helmich authored Mar 9, 2018
2 parents 56d8f03 + 52f7e2b commit 41a04c6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
language: php
sudo: false
php:
- 7.0
- 7.1
- 7.2
env:
- PHPUNIT=^6.0
- PHPUNIT=^7.0
matrix:
exclude:
- php: 7.0
env: PHPUNIT=^7.0
install:
- pecl install mongodb
- composer install --prefer-dist
- composer require --no-update --no-interaction --no-ansi phpunit/phpunit $PHPUNIT
- composer install --no-interaction --no-ansi --prefer-dist
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
Expand Down

0 comments on commit 41a04c6

Please sign in to comment.