Fix the Travis configuration indentation
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -2,21 +2,21 @@ dist: trusty
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
|
|
||||||
## Cache composer
|
## Cache composer
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $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