mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 12:54:26 +02:00
travis: Enable ldap PHP module for PHP 5.3
This commit is contained in:
parent
f65759ace8
commit
2e94bec22c
@ -13,6 +13,8 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- php: '5.3'
|
- php: '5.3'
|
||||||
dist: precise
|
dist: precise
|
||||||
|
env:
|
||||||
|
- ENABLE_LDAP=1
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
@ -32,7 +34,9 @@ notifications:
|
|||||||
|
|
||||||
# also see: test/setup_vendor.sh
|
# also see: test/setup_vendor.sh
|
||||||
before_script:
|
before_script:
|
||||||
|
- php -m
|
||||||
- sudo locale-gen en_US.UTF-8 de_DE.UTF-8 fr_FR.UTF-8
|
- sudo locale-gen en_US.UTF-8 de_DE.UTF-8 fr_FR.UTF-8
|
||||||
|
- sh -c '[ -z $ENABLE_LDAP ] || phpenv config-add test/travis-ldap.ini'
|
||||||
- test/travis_database.sh
|
- test/travis_database.sh
|
||||||
- test/setup_vendor.sh
|
- test/setup_vendor.sh
|
||||||
|
|
||||||
|
1
test/travis-ldap.ini
Normal file
1
test/travis-ldap.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
extension=ldap.so
|
Loading…
x
Reference in New Issue
Block a user