Skip to content

Commit b8c13e9

Browse files
authored
Merge pull request #10 from sergeyz/patch-1
PhpUnit 5.6, 5.7 released
2 parents 6137655 + a1b91f0 commit b8c13e9

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

.travis.yml

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,16 @@ php:
1010
- hhvm
1111

1212
env:
13-
- PHPUNIT=4.7.* # EOL August 7, 2016
14-
- PHPUNIT=4.8.* # EOL August 7, 2016
15-
- PHPUNIT=5.0.* # EOL February 3, 2017
16-
- PHPUNIT=5.1.* # EOL February 3, 2017
17-
- PHPUNIT=5.2.* # EOL February 2, 2018
18-
- PHPUNIT=5.3.* # EOL February 2, 2018
19-
- PHPUNIT=5.4.* # EOL February 2, 2018
20-
- PHPUNIT=5.5.* # EOL February 2, 2018
21-
- PHPUNIT=5.6.* # EOL February 2, 2018
22-
- PHPUNIT=5.6.x-dev # EOL February 2, 2018
23-
- PHPUNIT=5.7.x-dev # EOL February 2, 2018
24-
- PHPUNIT=6.0.x-dev # EOL February 2, 2018
25-
26-
matrix:
27-
exclude:
28-
- php: 5.6
29-
env: PHPUNIT=6.0.x-dev
30-
- php: hhvm
31-
env: PHPUNIT=6.0.x-dev
13+
- PHPUNIT=4.7.*
14+
- PHPUNIT=4.8.*
15+
- PHPUNIT=5.0.*
16+
- PHPUNIT=5.1.*
17+
- PHPUNIT=5.2.*
18+
- PHPUNIT=5.3.*
19+
- PHPUNIT=5.4.*
20+
- PHPUNIT=5.5.*
21+
- PHPUNIT=5.6.*
22+
- PHPUNIT=5.7.*
3223

3324
cache:
3425
directories:

0 commit comments

Comments
 (0)