summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-08-23 22:47:51 +0200
committerFerenc Kovacs <tyrael@php.net>2015-08-23 22:47:51 +0200
commit85d34c32642dbe75eaf27d0098e77005b45cbcba (patch)
treedcab74404d8a6780cfdd6ccb287bec33c69e77dc /.travis.yml
parent15e9f4baf48f1a02091d1dbf505d9c6d561bc1d4 (diff)
downloadphp-git-85d34c32642dbe75eaf27d0098e77005b45cbcba.tar.gz
let's try running our testsuite without sudo
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 11 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 090f6cd2bc..e6eec4c45f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,15 @@
language: c
-
+sudo: false
+addons:
+ apt:
+ packages:
+ - locales
+ - language-pack-de
+ - re2c
+ - libgmp-dev
+ - libicu-dev
+ - libmcrypt-dev
+ - libtidy-dev
notifications:
email:
on_failure: change
@@ -27,11 +37,6 @@ env:
- ENABLE_MAINTAINER_ZTS=0 ENABLE_DEBUG=0
- ENABLE_MAINTAINER_ZTS=1 ENABLE_DEBUG=1
-before_install:
- - sudo cp ./travis/de /var/lib/locales/supported.d/de
- - sudo dpkg-reconfigure locales
- - ./travis/install.sh
-
before_script:
# Compile PHP
- ./travis/compile.sh