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:
authorWilliam Desportes <williamdes@wdes.fr>2019-09-08 16:29:47 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-09-08 16:30:04 +0300
commit4de82434698ed454837c0f23963923e4089fded1 (patch)
tree443b5c06444645d12d54143ace26527470d32b2c /.travis.yml
parent3ce36efe4f8edb4d0b343e02a0766008fc8aab98 (diff)
Move php 5.5 step to custom steps to use trusty instead of xenial
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4acc707a46..c926e548e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,6 @@ php:
- "7.1"
- "7.0"
- "5.6"
- - "5.5"
- "hhvm-3.12"
- "hhvm-3.18"
- "hhvm-3.21"
@@ -89,6 +88,9 @@ matrix:
- composer
- mariadb
update: true
+ - php: "5.5"
+ env: CI_MODE=test
+ dist: trusty
- php: "7.1"
env: CI_MODE=test DBASE=true
install: