Skip to content

Commit

Permalink
.travis.yml: fix golint import
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchiang committed Oct 15, 2018
1 parent e1acb6d commit 7349831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ env:
- DEX_POSTGRES_DATABASE=postgres DEX_POSTGRES_USER=postgres DEX_POSTGRES_HOST="localhost" DEX_ETCD_ENDPOINTS=http://localhost:2379 DEX_LDAP_TESTS=1 DEBIAN_FRONTEND=noninteractive

install:
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint
- sudo -E apt-get install -y --force-yes slapd time ldap-utils
- sudo /etc/init.d/slapd stop
- docker run -d --net=host gcr.io/etcd-development/etcd:v3.2.9
Expand Down

0 comments on commit 7349831

Please sign in to comment.