Sha256: dfafdea22522463f52f56f86e1ec3f71dfb0dfda3857e67b176a3e81788fd03e

Contents?: true

Size: 1.45 KB

Versions: 14

Compression:

Stored size: 1.45 KB

Contents

language: ruby
sudo: true
dist: trusty

addon:
  hosts:
    gateway.netssh

rvm:
  - 2.3.8
  - 2.4.8
  - 2.5.7
  - 2.6.5
  - 2.7.0
  - jruby-9.2.11.1
  - rbx-3.107
  - ruby-head
env:
  NET_SSH_RUN_INTEGRATION_TESTS=1

matrix:
  exclude:
    - rvm: rbx-3.107
  include:
    - rvm: rbx-3.107
      env: NET_SSH_RUN_INTEGRATION_TESTS=
    - rvm: jruby-9.2.11.1
      env: JRUBY_OPTS='--client -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -Xcext.enabled=false -J-Xss2m -Xcompile.invokedynamic=false' NET_SSH_RUN_INTEGRATION_TESTS=
  fast_finish: true
  allow_failures:
    - rvm: rbx-3.107
    - rvm: jruby-9.2.11.1
    - rvm: ruby-head

install:
  - export JRUBY_OPTS='--client -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -Xcext.enabled=false -J-Xss2m -Xcompile.invokedynamic=false'
  - sudo pip install ansible urllib3 pyOpenSSL ndg-httpsclient pyasn1
  - gem install bundler -v "= 1.17"
  - gem list bundler
  - bundle _1.17_ install
  - bundle _1.17_ -v
  - BUNDLE_GEMFILE=./Gemfile.noed25519 bundle _1.17_ install
  - sudo ansible-galaxy install rvm.ruby
  - sudo chown -R travis:travis /home/travis/.ansible
  - ansible-playbook ./test/integration/playbook.yml -i "localhost," --become -c local -e 'no_rvm=true' -e 'myuser=travis' -e 'mygroup=travis' -e 'homedir=/home/travis'

script:
  - ssh -V
  - bundle _1.17_ exec rake test
  - BUNDLE_GEMFILE=./Gemfile.noed25519 bundle _1.17_ exec rake test
  - bundle _1.17_ exec rake test_test
  - bundle _1.17_ exec rubocop

Version data entries

14 entries across 13 versions & 2 rubygems

Version Path
vagrant-unbundled-2.2.19.0 vendor/bundle/ruby/3.0.0/gems/net-ssh-6.1.0/.travis.yml
vagrant-unbundled-2.2.18.0 vendor/bundle/ruby/3.0.0/gems/net-ssh-6.1.0/.travis.yml
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-6.2.0.rc1/.travis.yml
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/3.0.0/gems/net-ssh-6.1.0/.travis.yml
net-ssh-6.2.0.rc2 .travis.yml
vagrant-unbundled-2.2.14.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-6.2.0.rc1/.travis.yml
vagrant-unbundled-2.2.10.0 vendor/bundle/ruby/2.7.0/gems/net-ssh-6.1.0/.travis.yml
net-ssh-6.2.0.rc1 .travis.yml
net-ssh-6.2.0.beta1 .travis.yml
net-ssh-6.1.0 .travis.yml
net-ssh-6.1.0.rc1 .travis.yml
net-ssh-6.0.2 .travis.yml
net-ssh-6.0.1 .travis.yml
net-ssh-6.0.0 .travis.yml