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 73fda12 commit 6a2bec8Copy full SHA for 6a2bec8
.travis.yml
@@ -20,14 +20,14 @@ env:
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.x-dev # EOL February 2, 2018
+ - PHPUNIT=^6.0 # EOL February 2, 2018
24
25
matrix:
26
exclude:
27
- php: 5.6
28
- env: PHPUNIT=6.0.x-dev
+ env: PHPUNIT=^6.0
29
- php: hhvm
30
31
32
cache:
33
directories:
@@ -36,6 +36,7 @@ cache:
36
before_script:
37
- phpenv config-rm xdebug.ini || true
38
- composer self-update
39
+ - composer config minimum-stability dev
40
- composer require phpunit/phpunit:${PHPUNIT}
41
42
script:
0 commit comments