Skip to content

Commit db5399e

Browse files
committed
Updated build matrix for Travis-CI according to the changes in composer.json
Fixes #2994.
1 parent d80393e commit db5399e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227

228228
- stage: Pull request coding standard
229229
if: type = pull_request
230-
php: 7.1
230+
php: 7.2
231231
script:
232232
- |
233233
if [ $TRAVIS_BRANCH != "master" ]; then
@@ -240,6 +240,6 @@ jobs:
240240

241241
- stage: Coding standard
242242
if: NOT type = pull_request
243-
php: 7.1
243+
php: 7.2
244244
script:
245245
- ./vendor/bin/phpcs

0 commit comments

Comments
 (0)