From 0e902d3e875ff93b169e65bbb403db5b83283cf2 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Fri, 14 Dec 2018 22:01:36 +0000 Subject: [PATCH 1/3] Remove Travis containerisation --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a744d86..2e040d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,6 @@ matrix: allow_failures: - php: nightly -# This triggers builds to run on the new TravisCI infrastructure. -# See: https://docs.travis-ci.com/user/reference/trusty#Container-based-with-sudo%3A-false -sudo: false - ## Cache composer cache: directories: From df3dc61885ca2307ffdf2fe9b8e062cb9b5a5147 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Fri, 14 Dec 2018 22:02:45 +0000 Subject: [PATCH 2/3] Add PHP 7.3 to Travis test suite --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2e040d9..e0099ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 7.2 + - 7.3 - nightly matrix: From 8cf132e1ba53d9ffe2bfd80824775c8e472d6e58 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Fri, 14 Dec 2018 22:03:07 +0000 Subject: [PATCH 3/3] 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