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-12-10 17:49:10 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-12-10 17:49:10 +0300
commite309499a5f5cf71046c7dd2850aecd98a3804b56 (patch)
tree08815c107f535ead829596571208195baf3761ab /.travis.yml
parent1bae7c17d0db47e14137fde269080beff7c0bef6 (diff)
Ignore platform requirements for PHP nightly
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d3d53ffac2..86776dc7eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,6 @@ services:
- mysql
php:
- - "nightly"
- "7.4"
- "7.3"
- "7.2"
@@ -116,6 +115,10 @@ matrix:
- pecl channel-update pecl.php.net
- pecl install dbase
- test/ci-install-test
+ - php: "nightly"
+ env: CI_MODE=test
+ install:
+ - composer install --no-interaction --ignore-platform-reqs
allow_failures:
- php: "nightly"