From 81bacd5ba655cd7cd1277b0ac3609b7efc9af95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 20 Mar 2019 15:46:46 -0300 Subject: [PATCH] Ignore Composer platform requirements for PHP nightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 10dc0f039b..8c8d5751c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,6 +85,9 @@ jobs: php: nightly name: "PHP nightly" env: CI_MODE=test + install: + - composer install --no-interaction --ignore-platform-reqs + - yarn install --non-interactive - stage: "PHP Unit tests" name: "PHP 7.3"