Skip to content

Commit ae8f05d

Browse files
committed
Test against phpunit-4.7 and 4.8
1 parent fc08029 commit ae8f05d

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
@@ -26,6 +28,7 @@ php:
2628
matrix:
2729
fast_finish: true
2830
allow_failures:
31+
- env: PHPUNIT_VERSION=dev-master
2932
- php: hhvm
3033

3134
install:

0 commit comments

Comments
 (0)