Skip to content

Commit

Permalink
DevKit updates (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Dec 7, 2018
1 parent 605ebb8 commit b4235e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ $rules = [
'@PHP56Migration' => true,
'@PHP56Migration:risky' => true,
'@PHPUnit57Migration:risky' => true,
'@PHP70Migration' => true,
'@PHP70Migration:risky' => true,
'@PHPUnit60Migration:risky' => true,
'@PHP71Migration' => true,
'@PHP71Migration:risky' => true,
'compact_nullable_typehint' => true,
// To be tested before insertion:
// 'strict_comparison' => true,
// 'strict_param' => true,
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ branches:
language: php

php:
- '7.1'
- '7.2'
- nightly

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

0 comments on commit b4235e9

Please sign in to comment.