diff options
author | Stanislav Malyshev <stas@php.net> | 2014-07-07 10:42:13 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-07-07 10:42:13 -0700 |
commit | 41448bff7cd00623f7b43e9aff0a443e7731e93b (patch) | |
tree | a3fd93537aee2a365e5d4293544d22a30a5afc9d /.travis.yml | |
parent | 31b395ac688d4d68de38c4efbc3c00fa9245c4eb (diff) | |
parent | 551696363332942d26209368f441f6f152be4769 (diff) | |
download | php-git-41448bff7cd00623f7b43e9aff0a443e7731e93b.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
create locales and re-add test
Conflicts:
.travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8de7ee852d..2125e8d3d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ notifications: email: on_failure: change +cache: + - apt + env: global: - MYSQL_TEST_HOST=127.0.0.1 @@ -24,6 +27,9 @@ env: before_install: - sudo apt-get update -qq - sudo apt-get install -y libenchant-dev libaspell-dev libpspell-dev librecode-dev + - sudo cp ./travis/de /var/lib/locales/supported.d/de + - sudo dpkg-reconfigure locales + before_script: # Compile PHP - ./travis/compile.sh |