Skip to content

Commit

Permalink
Runs cs-fixer on 7.2 for better compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbalcytis authored Jan 8, 2020
1 parent c05f467 commit 8f1c0c9
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 @@ -9,11 +9,11 @@ env:
matrix:
include:
- php: 7.2
env: COMPOSER_ARGS=""
env: COMPOSER_ARGS="" WITH_CS="true"
- php: 7.3
env: COMPOSER_ARGS=""
- php: 7.4
env: COMPOSER_ARGS="" WITH_CS="true"
env: COMPOSER_ARGS=""

- php: 7.2
env: COMPOSER_ARGS="--prefer-lowest"
Expand Down

0 comments on commit 8f1c0c9

Please sign in to comment.