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