Skip to content

Commit ad242a6

Browse files
authored
Merge pull request #24 from sergeyz/patch-2
Only test PHP and PHPUnit versions supported by this listener
2 parents 841fd5b + 756b1d0 commit ad242a6

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,24 +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.7.* # EOL February 2, 2018
23-
- PHPUNIT=^6.0 # EOL February 2, 2018
24-
25-
matrix:
26-
exclude:
27-
- php: 5.6
28-
env: PHPUNIT=^6.0
29-
- php: hhvm
30-
env: PHPUNIT=^6.0
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.*
3123

3224
cache:
3325
directories:
@@ -36,7 +28,6 @@ cache:
3628
before_script:
3729
- phpenv config-rm xdebug.ini || true
3830
- composer self-update
39-
- composer config minimum-stability dev
4031
- composer require phpunit/phpunit:${PHPUNIT}
4132

4233
script:

0 commit comments

Comments
 (0)