Skip to content

Commit

Permalink
Updated build matrix for Travis-CI according to the changes in compos…
Browse files Browse the repository at this point in the history
…er.json

Fixes #2994.
  • Loading branch information
morozov committed Mar 19, 2018
1 parent ca763cc commit 9df6282
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 @@ -247,7 +247,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 @@ -260,6 +260,6 @@ jobs:

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

0 comments on commit 9df6282

Please sign in to comment.