Skip to content

Commit a09325e

Browse files
committed
test php-unit-4.7 and 4.8
1 parent a711e4e commit a09325e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ cache:
88

99
env:
1010
- PHPUNIT_VERSION=dev-master
11+
- PHPUNIT_VERSION=~4.8.0
12+
- PHPUNIT_VERSION=~4.7.0
1113
- PHPUNIT_VERSION=~4.6.0
1214
- PHPUNIT_VERSION=~4.5.0
1315
- PHPUNIT_VERSION=~4.4.0
@@ -27,6 +29,7 @@ matrix:
2729
fast_finish: true
2830
allow_failures:
2931
- php: hhvm
32+
- env: PHPUNIT_VERSION=dev-master
3033

3134
install:
3235
- composer require phpunit/phpunit:${PHPUNIT_VERSION}

0 commit comments

Comments
 (0)