Skip to content

Commit c6b0055

Browse files
Koldo Picazakpicaza
authored andcommitted
update travis
1 parent ba49abd commit c6b0055

File tree

3 files changed

+4
-35
lines changed

3 files changed

+4
-35
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ dist: trusty
22
language: php
33

44
php:
5-
- 7.1
65
- 7.2
76
- 7.3
7+
- 7.4
88

99
# This triggers builds to run on the new TravisCI infrastructure.
1010
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -17,12 +17,12 @@ cache:
1717

1818
matrix:
1919
include:
20-
- php: 7.1
20+
- php: 7.2
2121
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
2222

2323
before_script:
2424
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
2525

2626
script:
2727
- vendor/bin/phpcs --standard=psr2 src/
28-
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
28+
- XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit" : ">=7.0",
25-
"squizlabs/php_codesniffer": "^3.0"
25+
"squizlabs/php_codesniffer": "^3.5.8"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)