Sha256: d2d936cfa58f6c7582766574da131a2ec4422ec7b470b576908da3606d03bf61
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
language: ruby sudo: true dist: trusty 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.11.2" - bundle _1.11.2_ install - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.11.2_ 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: - bundle _1.11.2_ exec rake test - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.11.2_ exec rake test - bundle _1.11.2_ exec rake test_test - bundle _1.11.2_ exec rubocop
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
net-ssh-4.0.0 | .travis.yml |