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 Jun 6, 2018
1 parent 8229602 commit 15009c0
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 @@ -309,7 +309,7 @@ jobs:

- stage: Pull request coding standard
if: type = pull_request
php: 7.1
php: 7.2
install: travis_retry composer install --prefer-dist
script:
- |
Expand All @@ -323,7 +323,7 @@ jobs:

- stage: Coding standard
if: NOT type = pull_request
php: 7.1
php: 7.2
install: travis_retry composer install --prefer-dist
script:
- ./vendor/bin/phpcs

0 comments on commit 15009c0

Please sign in to comment.