Skip to content

Commit 9560807

Browse files
authored
1 parent bc6468e commit 9560807

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
- PHPUNIT=5.5.* # EOL February 2, 2018
2121
- PHPUNIT=5.6.* # EOL February 2, 2018
2222
- PHPUNIT=5.7.* # EOL February 2, 2018
23-
- PHPUNIT=6.0.x-dev # EOL February 2, 2018
23+
- PHPUNIT=^6.0 # EOL February 2, 2018
2424

2525
matrix:
2626
exclude:
@@ -36,6 +36,7 @@ cache:
3636
before_script:
3737
- phpenv config-rm xdebug.ini || true
3838
- composer self-update
39+
- composer config minimum-stability dev
3940
- composer require phpunit/phpunit:${PHPUNIT}
4041

4142
script:

0 commit comments

Comments
 (0)