From eab3e669e930e8a220325c7b3e8286b428d41894 Mon Sep 17 00:00:00 2001 From: Dmitry Dobryshin Date: Mon, 26 Oct 2020 11:15:41 +0300 Subject: [PATCH] =?utf8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA?= =?utf8?q?=D0=B0=20travis-CI/CD.=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?utf8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20composer?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a5b1b1a..4074b98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: php php: - 7.4 - - 7.4.8 +# - 7.4.8 services: - postgresql @@ -10,6 +10,8 @@ services: before_script: # Check sintax errors - '! find . -path ./vendor -prune -o -type f -name "*.php" -exec php -d error_reporting=32767 -l {} \; 2>&1 >&- | grep "^"' + # composer update + composer self-update --2 # Postgersql - psql -c 'CREATE DATABASE invent;' -U postgres - psql -c "CREATE USER invent WITH PASSWORD 'Rfhkc0y';" -U postgres -- 2.11.0