summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
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