Skip to content

Commit 3248ab9

Browse files
author
igor-chepurnoi
committed
added php 7.0 to travis
1 parent 2882bd2 commit 3248ab9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ $config = PhpCsFixer\Config::create()
1919
'concat_space' => ['spacing' => 'one'],
2020
'ordered_imports' => true,
2121
'array_syntax' => ['syntax' => 'short'],
22+
'yoda_style' => false,
2223
])
2324
->setFinder($finder);
2425

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 7.0
45
- 7.1
56

67
# faster builds on new travis setup not using sudo

0 commit comments

Comments
 (0)