Skip to content
Snippets Groups Projects
Commit b8ba59d7 authored by Eric Chiang's avatar Eric Chiang
Browse files

*: run LDAP tests in travis

parent 0ac11d93
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment