Fix the Travis configuration indentation

This commit is contained in:
pxgamer
2018-12-14 22:03:07 +00:00
parent df3dc61885
commit 8cf132e1ba

View File

@@ -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