Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2019-03-20 21:46:46 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-03-20 21:46:46 +0300
commit81bacd5ba655cd7cd1277b0ac3609b7efc9af95d (patch)
treec267c164e1c8e81a1a2f5ebee797dee883b34dbc /.travis.yml
parent26caa0236c129b38ef9da10a86d728383fa19bc5 (diff)
Ignore Composer platform requirements for PHP nightly
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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"