Sha256: 664e6ecea3f85a0176efbeb88e6516412e50744095ad9180f0237cf714441b72

Contents?: true

Size: 439 Bytes

Versions: 12

Compression:

Stored size: 439 Bytes

Contents

language: generic

services:
  - docker

before_install:
  - docker build -t dap_testing -f Dockerfile.testing .

script:
  - docker build -t dap_testing -f Dockerfile.testing .
  - docker run --rm --name dap_testing -it -e DAP_EXECUTABLE=dap dap_testing /bin/bash -l -c "rvm use 2.4.5 && gem build dap && gem install dap*.gem && bundle exec rspec spec && find /opt/bats_testing -name \*.bats | grep -v test/test_helper/ | xargs -n1 bats"

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
dap-1.3.0 .travis.yml
dap-1.2.9 .travis.yml
dap-1.2.8 .travis.yml
dap-1.2.7 .travis.yml
dap-1.2.6 .travis.yml
dap-1.2.5 .travis.yml
dap-1.2.4 .travis.yml
dap-1.2.3 .travis.yml
dap-1.2.2 .travis.yml
dap-1.2.1 .travis.yml
dap-1.2.0 .travis.yml
dap-1.0.2 .travis.yml