Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
b8ba59d7
Commit
b8ba59d7
authored
Apr 10, 2017
by
Eric Chiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: run LDAP tests in travis
parent
0ac11d93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
.travis.yml
.travis.yml
+6
-1
No files found.
.travis.yml
View file @
b8ba59d7
language
:
go
sudo
:
required
go
:
-
1.7.5
-
1.8
...
...
@@ -8,11 +10,14 @@ services:
-
postgresql
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
:
-
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
:
-
make testall
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment