Commit b8ba59d7 authored by Eric Chiang's avatar Eric Chiang

*: run LDAP tests in travis

parent 0ac11d93
language: go language: go
sudo: required
go: go:
- 1.7.5 - 1.7.5
- 1.8 - 1.8
...@@ -8,11 +10,14 @@ services: ...@@ -8,11 +10,14 @@ services:
- postgresql - postgresql
env: env:
- DEX_POSTGRES_DATABASE=postgres DEX_POSTGRES_USER=postgres DEX_POSTGRES_HOST="localhost" - DEX_POSTGRES_DATABASE=postgres DEX_POSTGRES_USER=postgres DEX_POSTGRES_HOST="localhost" DEX_LDAP_TESTS=1 DEBIAN_FRONTEND=noninteractive
install: install:
- go get -u github.com/golang/lint/golint - go get -u github.com/golang/lint/golint
- sudo -E apt-get install -y --force-yes slapd time ldap-utils
- sudo /etc/init.d/slapd stop
script: script:
- make testall - make testall
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment