Skip to content

Commit

Permalink
Merge pull request #2995 from morozov/issues/2994
Browse files Browse the repository at this point in the history
Updated build matrix for Travis-CI according to the changes in composer.json
  • Loading branch information
Majkl578 authored Jan 25, 2018
2 parents 352a9d7 + f386475 commit 3fd9239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:

- stage: Pull request coding standard
if: type = pull_request
php: 7.1
php: 7.2
script:
- |
if [ $TRAVIS_BRANCH != "master" ]; then
Expand All @@ -240,6 +240,6 @@ jobs:

- stage: Coding standard
if: NOT type = pull_request
php: 7.1
php: 7.2
script:
- ./vendor/bin/phpcs

0 comments on commit 3fd9239

Please sign in to comment.