Skip to content

Commit 31e95ea

Browse files
committed
travis: runs code coverage on PHP 7.2 because fails on 7.1
1 parent 997d3b9 commit 31e95ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444

4545
- stage: Code Coverage
46-
php: 7.1
46+
php: 7.2
4747
script:
4848
- vendor/bin/tester -p phpdbg tests -s -c tests/php-unix.ini --coverage ./coverage.xml --coverage-src ./src
4949
after_script:

0 commit comments

Comments
 (0)