summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-10-31 15:43:21 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-10-31 15:43:21 +0000
commit786e3cff10f2c6989162f5dacc9547914dd09f76 (patch)
treed2ada0edec51429a580ac3401952c6c39279d4c5 /.travis.yml
parent7019f3416a5dd61064f7536922bc187c078c9997 (diff)
downloadredmine-786e3cff10f2c6989162f5dacc9547914dd09f76.tar.gz
redmine-786e3cff10f2c6989162f5dacc9547914dd09f76.zip
run LDAP tests on Travis CI
git-svn-id: http://svn.redmine.org/redmine/trunk@14785 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c2cf6392e..4ee9832bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -145,6 +145,7 @@ before_install:
psql -c "SHOW SERVER_ENCODING" -U postgres ;
psql -c "SHOW DateStyle" -U postgres ;
fi
+ - sudo sh -x test/travis/install-openldap.sh
script:
- export DATABASE_ADAPTER=${DB}
- "SCMS=bazaar,cvs,subversion,git,mercurial,filesystem"