From 8cf132e1ba53d9ffe2bfd80824775c8e472d6e58 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Fri, 14 Dec 2018 22:03:07 +0000 Subject: [PATCH] Fix the Travis configuration indentation --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index e0099ae..099846a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,21 +2,21 @@ dist: trusty language: php php: - - 7.2 - - 7.3 - - nightly +- 7.2 +- 7.3 +- nightly matrix: allow_failures: - - php: nightly + - php: nightly ## Cache composer cache: directories: - - $HOME/.composer/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