Skip to content

Commit 71af341

Browse files
authored
Update docker-compose.yml
1 parent 9e3431b commit 71af341

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: docker-compose.yml

+13
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,19 @@ services:
7979
volumes:
8080
- .:/code
8181
working_dir: /code
82+
ci-truffleruby-head:
83+
image: flavorjones/truffleruby:nightly
84+
entrypoint: /code/ci-run.sh
85+
environment:
86+
INTEGRATION: openldap
87+
INTEGRATION_HOST: ldap.example.org
88+
depends_on:
89+
- openldap
90+
networks:
91+
integration_test_network:
92+
volumes:
93+
- .:/code
94+
working_dir: /code
8295

8396
ci-jruby-9.2:
8497
image: jruby:9.2

0 commit comments

Comments
 (0)