Sha256: 6886847a136d9829f32d929d16ab5c3715c2a65a04bf15220a9f41f4d7ea2e84

Contents?: true

Size: 1.55 KB

Versions: 1

Compression:

Stored size: 1.55 KB

Contents

language: ruby
git:
  submodules: false
before_install:
  - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
  - git submodule update --init --recursive
matrix:
  include:
  - rvm: ruby-head
    env:
      - LABEL=unit_tests
    after_success:
      - coveralls
  - rvm: 2.6.7
    env:
      - LABEL=unit_tests
  - rvm: 2.7.3
    env:
      - LABEL=unit_tests
  - rvm: 3.0.1
    env:
      - LABEL=unit_tests
  - rvm: 2.6.7
    env:
      - LABEL=gem_integration_tests
    script:
      - gem install ssh_scan
      - chmod 755 ./spec/ssh_scan/integration.sh
      - ./spec/ssh_scan/integration.sh
  - rvm: 2.7.3
    env:
      - LABEL=gem_integration_tests
    script:
      - gem install ssh_scan
      - chmod 755 ./spec/ssh_scan/integration.sh
      - ./spec/ssh_scan/integration.sh
  - rvm: 3.0.1
    env:
      - LABEL=gem_integration_tests
    script:
      - gem install ssh_scan
      - chmod 755 ./spec/ssh_scan/integration.sh
      - ./spec/ssh_scan/integration.sh
  - rvm: 2.7.3
    env:
      - LABEL=src_integration_tests
    script:
      - bundle install
      - chmod 755 ./spec/ssh_scan/integration.sh
      - ./spec/ssh_scan/integration.sh
  - rvm: 3.0.1
    env:
      - LABEL=docker_integration_tests
    services:
      - docker
    script:
      - docker build -t mozilla/ssh_scan .
      - docker run -it mozilla/ssh_scan /app/spec/ssh_scan/integration.sh
  - rvm: 3.0.1
    env:
      - LABEL=docker_build_and_push
    services:
      - docker
    script:
      - chmod u+x ./build_and_deploy_to_dockerhub.sh
      - ./build_and_deploy_to_dockerhub.sh

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ssh_scan-0.0.44 .travis.yml