Skip to content

Commit

Permalink
travis: runs code coverage on PHP 7.2 because fails on 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Aug 31, 2017
1 parent 6814898 commit f5d91ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -40,7 +40,7 @@ jobs:


- stage: Code Coverage
php: 7.1
php: 7.2
script:
- vendor/bin/tester -p phpdbg tests -s --coverage ./coverage.xml --coverage-src ./src
after_script:
Expand Down

0 comments on commit f5d91ca

Please sign in to comment.