Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a90a8b3

Browse files
author
sathielemann
committed
Put PHP 7.3 and 7.4 in allow_failures. The tests for those versions throw a deprecation notice inside PHPUnit code itself and can't be fixed when PHP 5.3 support shall not be dropped.
1 parent 3ff632b commit a90a8b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ matrix:
1212
- php: 7.0
1313
- php: 7.1
1414
- php: 7.2
15-
- php: 7.3
16-
- php: 7.4snapshot
17-
- php: nightly
1815
allow_failures:
16+
- php: 7.3
17+
- php: 7.4
1918
- php: nightly
2019

2120
env:
@@ -36,4 +35,4 @@ script:
3635

3736
after_script:
3837
- wget https://scrutinizer-ci.com/ocular.phar
39-
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml
38+
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml

0 commit comments

Comments
 (0)