Skip to content

Commit 4a86e24

Browse files
authored
Merge pull request #45 from keradus/phpunit_master
Extend Travis config to add tests against dev-master of PHPUnit
2 parents 5f1ede9 + 4283e7b commit 4a86e24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ php:
99

1010
env:
1111
- PHPUNIT=7.*
12+
- PHPUNIT=dev-master MIN_STABILITY=dev
1213

1314
cache:
1415
directories:
1516
- $HOME/.composer
1617

1718
before_script:
1819
- phpenv config-rm xdebug.ini || true
20+
- if [ "$MIN_STABILITY" != "" ]; then composer config minimum-stability $MIN_STABILITY; fi
1921
- composer require phpunit/phpunit:${PHPUNIT}
2022

2123
script:

0 commit comments

Comments
 (0)