We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3431b commit 71af341Copy full SHA for 71af341
docker-compose.yml
@@ -79,6 +79,19 @@ services:
79
volumes:
80
- .:/code
81
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
95
96
ci-jruby-9.2:
97
image: jruby:9.2
0 commit comments