* PHP-5.5:
fixup, both catched by nikic
use another character device in this test as /dev/console seems that it is different for lxc containers
the de_DE(iso-8859-1) locale is not available on ubuntu by default, but there is no reason to require that over the utf-8 one
let's try running our testsuite without sudo
language: c
+ sudo: false
+ addons:
+ apt:
+ packages:
+ - locales
+ - language-pack-de
+ - re2c
+ - libgmp-dev
+ - libicu-dev
+ - libmcrypt-dev
+ - libtidy-dev
++ - libenchant-dev
++ - libaspell-dev
++ - libpspell-dev
++ - librecode-dev
+
notifications:
email:
on_failure: change
--with-bz2 \
--with-openssl \
--with-gmp \
---enable-bcmath
+--enable-bcmath \
+--enable-phpdbg \
+--enable-calendar \
+--enable-ftp \
+--with-pspell=/usr \
+--with-recode=/usr \
+--with-enchant=/usr \
+--enable-wddx \
+--enable-sysvmsg
make -j2 --quiet
- sudo make install
+ make install