Skip to content

Commit f56543b

Browse files
committed
Test against PHPUnit-5.1
PHPUnit-5.1 was released. CI did test against the 5.1 branch. Now it can test against the release.
1 parent 1dad555 commit f56543b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
env:
1010
- PHPUNIT_VERSION=dev-master
1111
- PHPUNIT_VERSION=~5.2.0-dev
12-
- PHPUNIT_VERSION=~5.1.0-dev
12+
- PHPUNIT_VERSION=~5.1.0
1313
- PHPUNIT_VERSION=~5.0.0
1414
- PHPUNIT_VERSION=~4.8.0
1515
- PHPUNIT_VERSION=~4.7.0
@@ -35,7 +35,7 @@ matrix:
3535
exclude:
3636
- env: PHPUNIT_VERSION=~5.0.0
3737
php: 5.5
38-
- env: PHPUNIT_VERSION=~5.1.0-dev
38+
- env: PHPUNIT_VERSION=~5.1.0
3939
php: 5.5
4040
- env: PHPUNIT_VERSION=~5.2.0-dev
4141
php: 5.5

0 commit comments

Comments
 (0)