We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56543b commit 92f1342Copy full SHA for 92f1342
.travis.yml
@@ -8,7 +8,8 @@ cache:
8
9
env:
10
- PHPUNIT_VERSION=dev-master
11
- - PHPUNIT_VERSION=~5.2.0-dev
+ - PHPUNIT_VERSION=~5.3.0-dev
12
+ - PHPUNIT_VERSION=~5.2.0
13
- PHPUNIT_VERSION=~5.1.0
14
- PHPUNIT_VERSION=~5.0.0
15
- PHPUNIT_VERSION=~4.8.0
@@ -37,12 +38,12 @@ matrix:
37
38
php: 5.5
39
- env: PHPUNIT_VERSION=~5.1.0
40
- - env: PHPUNIT_VERSION=~5.2.0-dev
41
+ - env: PHPUNIT_VERSION=~5.2.0
42
- - env: PHPUNIT_VERSION=dev-master
43
+ - env: PHPUNIT_VERSION=~5.3.0-dev
44
45
- env: PHPUNIT_VERSION=dev-master
- php: 5.6
46
+ php: 5.5
47
48
install:
49
- composer require phpunit/phpunit:${PHPUNIT_VERSION}
0 commit comments