Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
DevKit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored and OskarStark committed Jul 25, 2019
1 parent 8d604b3 commit cace21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Expand Up @@ -28,6 +28,7 @@ $rules = [
],
'no_extra_blank_lines' => true,
'no_php4_constructor' => true,
'no_superfluous_phpdoc_tags' => ['allow_mixed' => true],
'no_useless_else' => true,
'no_useless_return' => true,
'ordered_class_elements' => true,
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -10,7 +10,6 @@ branches:
language: php

php:
- '7.1'
- '7.2'
- '7.3'
- nightly
Expand Down Expand Up @@ -42,7 +41,7 @@ matrix:
env: TARGET=docs
- php: '7.3'
env: TARGET=lint
- php: '7.1'
- php: '7.2'
env: COMPOSER_FLAGS="--prefer-lowest"
- php: '7.3'
env: SYMFONY=3.4.*
Expand Down

0 comments on commit cace21b

Please sign in to comment.