Skip to content

Commit cf4e9bd

Browse files
committed
add backslash to bash command
1 parent fef7cdb commit cf4e9bd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ before_install:
2828

2929
install:
3030
- >
31-
docker run
32-
--hostname ldap.example.org
33-
--env LDAP_TLS_VERIFY_CLIENT=try
34-
-p 389:389
35-
-p 636:636
36-
-v $(pwd)/test/fixtures/seed.ldif:/container/service/slapd/assets/config/bootstrap/ldif/50-bootstrap.ldif
37-
-v $(pwd)/test/fixtures/openldap/retcode.ldif:/container/service/slapd/assets/config/bootstrap/ldif/06-retcodes.ldif
38-
--name openldap
39-
--detach
40-
osixia/openldap:1.3.0
41-
--copy-service
42-
--loglevel debug
31+
docker run \
32+
--hostname ldap.example.org \
33+
--env LDAP_TLS_VERIFY_CLIENT=try \
34+
-p 389:389 \
35+
-p 636:636 \
36+
-v $(pwd)/test/fixtures/seed.ldif:/container/service/slapd/assets/config/bootstrap/ldif/50-bootstrap.ldif \
37+
-v $(pwd)/test/fixtures/openldap/retcode.ldif:/container/service/slapd/assets/config/bootstrap/ldif/06-retcodes.ldif \
38+
--name openldap \
39+
--detach \
40+
osixia/openldap:1.3.0 \
41+
--copy-service \
42+
--loglevel debug \
4343
- bundle install
4444

4545
script: bundle exec rake ci

0 commit comments

Comments
 (0)