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 15:27:49 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-09-08 16:01:47 +0300
commit42ec546c56eb10e48c3d92e39aadcdd33daed24a (patch)
tree791834b849436e94617dd6e1499633a0215f6d5b /.travis.yml
parent1095d793f02861e567ecf9d809733df88f969dcf (diff)
Use NodeJS 10 on travis CI release step and fix OSX step
- remove sudo - Cherry-pick of 037666220007268cd2f43d1ab7a4c93ed4206c15 - Cherry-pick of e361a5ccfebfbebbc1bcabaa9c7728b95321ef33 Co-authored-by: MaurĂ­cio Meneghini Fauth <mauricio@fauth.dev> Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 02c2feb964..ba10a81785 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,8 +24,6 @@ php:
- "hhvm-3.24"
- "hhvm-3.27"
-sudo: required
-
env:
matrix:
- CI_MODE=test
@@ -68,19 +66,21 @@ matrix:
- php: "7.1"
env: CI_MODE=selenium
- php: "7.0"
+ node_js: 10
env: CI_MODE=release
- php: "7.1"
env: CI_MODE=docs
- php: "7.1"
env: CI_MODE=apidocs
- os: osx
- name: "PHP 7.2"
+ name: "PHP 7.3"
language: node_js
node_js: 10
env: CI_MODE=test
before_install:
- brew link --force gettext
- - sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.2/php.ini
+ - echo "memory_limit=-1" > /usr/local/etc/php/7.3/conf.d/50-travis.ini
+ - echo "pcre.jit=0" >> /usr/local/etc/php/7.3/conf.d/50-travis.ini
- mysql.server start
addons:
homebrew: