Fix the Travis configuration indentation
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -2,9 +2,9 @@ dist: trusty
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
@@ -16,7 +16,7 @@ cache:
|
|||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- travis_retry composer update --no-interaction --prefer-dist
|
- travis_retry composer update --no-interaction --prefer-dist
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpcs -l --standard=psr2 . include
|
- vendor/bin/phpcs -l --standard=psr2 . include
|
||||||
|
|||||||
Reference in New Issue
Block a user