....
This commit is contained in:
parent
e499a3c824
commit
5ebe52909e
1 changed files with 1 additions and 9 deletions
10
.travis.yml
10
.travis.yml
|
@ -4,15 +4,7 @@ dist: trusty
|
|||
|
||||
sudo: false
|
||||
|
||||
php:
|
||||
- 7.1
|
||||
- 7.2
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: 7.1
|
||||
env: PHPCS=1
|
||||
php: 7.2
|
||||
|
||||
before_script:
|
||||
- if [[ $PHPCS = 1 ]]; then composer require cakephp/cakephp-codesniffer:~2.1; fi
|
||||
|
|
Loading…
Reference in a new issue