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:59:55 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-03-20 22:08:47 +0300
commitfc3af85a7be6e9baabb38c8c9e3e406a4a57d37c (patch)
treea4b7f004cd734a2280dd2a8d55a026b584cc6965 /.travis.yml
parentcdc0e6bfdd27ec6e9400972ecdf332b045da296d (diff)
Remove PHP nightly and fix osx build for 4.8
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 9 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 74c65ba9a2..9ce510f0c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,6 @@ php:
- "hhvm-3.21"
- "hhvm-3.24"
- "hhvm-3.27"
- - "nightly"
sudo: required
@@ -75,14 +74,20 @@ matrix:
- php: "7.1"
env: CI_MODE=apidocs
- os: osx
- language: generic
+ name: "PHP 7.2"
+ language: node_js
+ node_js: 10
env: CI_MODE=test
before_install:
- - brew update
- - brew install openldap libiconv php@7.2 composer mariadb
- brew link --force gettext
- sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.2/php.ini
- mysql.server start
+ addons:
+ homebrew:
+ packages:
+ - php
+ - composer
+ - mariadb
- php: "7.1"
env: CI_MODE=test DBASE=true
install:
@@ -98,8 +103,6 @@ matrix:
allow_failures:
- php: "7.4snapshot"
- - php: "nightly"
- - os: osx
- env: CI_MODE=test DBASE=true
cache: