Skip to content

Commit fdbe61e

Browse files
committed
clarify why we need it
1 parent c3f0e4c commit fdbe61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
before_install:
1919
- gem update bundler
20-
- echo "127.0.0.1 ldap.example.org" >> /etc/hosts
20+
- echo "127.0.0.1 ldap.example.org" >> /etc/hosts # needed for TLS verification
2121

2222
install:
2323
- docker run --hostname ldap.example.org --env LDAP_TLS_VERIFY_CLIENT=try -p 389:389 -p 636:636 -v $(pwd)/test/fixtures/seed.ldif:/container/service/slapd/assets/config/bootstrap/ldif/50-bootstrap.ldif --name openldap osixia/openldap:1.3.0 --copy-service --loglevel debug

0 commit comments

Comments
 (0)