Sha256: ce52df8027807aa53ea448f5eb8abb69d1038b829ada15f36db3603785f8995e

Contents?: true

Size: 892 Bytes

Versions: 1

Compression:

Stored size: 892 Bytes

Contents

language: ruby
rvm:
  - 2.0.0
  - 2.1
  - 2.2
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  # optional
  - ruby-head
  - jruby-19mode
  - jruby-head
  - rbx-2

addons:
  hosts:
    - ldap.example.org # needed for TLS verification

services:
  - docker

env:
  - INTEGRATION=openldap

before_install:
  - gem update bundler

install:
  - >
    docker run \
      --hostname ldap.example.org \
      --env LDAP_TLS_VERIFY_CLIENT=try \
      -p 389:389 \
      -p 636:636 \
      -v "$(pwd)"/test/fixtures/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom \
      --name openldap \
      --detach \
      osixia/openldap:1.3.0 \
        --copy-service \
        --loglevel debug \
  - bundle install

script: bundle exec rake ci

matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-19mode
    - rvm: jruby-head
    - rvm: rbx-2
  fast_finish: true

notifications:
  email: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
net-ldap-0.16.2 .travis.yml