CHips L MINI SHELL

CHips L pro

Current Path : /opt/puppetlabs/puppet/lib/ruby/gems/2.5.0/gems/net-ssh-4.2.0/
Upload File :
Current File : //opt/puppetlabs/puppet/lib/ruby/gems/2.5.0/gems/net-ssh-4.2.0/.travis.yml

language: ruby
sudo: true
dist: trusty

addon:
  hosts:
    gateway.netssh

rvm:
  - 2.0
  - 2.1
  - 2.2
  - 2.3.0
  - 2.4.0
  - jruby-9.1.6.0
  - rbx-3.69
  - ruby-head
env:
  NET_SSH_RUN_INTEGRATION_TESTS=1

matrix:
  exclude:
    - rvm: rbx-3.69
    - rvm: jruby-9.1.6.0
  include:
    - rvm: rbx-3.69
      env: NET_SSH_RUN_INTEGRATION_TESTS=
    - rvm: jruby-9.1.6.0
      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.69
    - rvm: jruby-9.1.6.0
    - 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
  - gem install bundler -v "= 1.13.7"
  - bundle _1.13.7_ install
  - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.13.7_ install
  - sudo ansible-galaxy install rvm_io.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.13.7_ exec rake test
  - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.13.7_ exec rake test
  - bundle _1.13.7_ exec rake test_test
  - bundle _1.13.7_ exec rubocop

Copyright 2K16 - 2K18 Indonesian Hacker Rulez