summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Wininger <fw.centrale@gmail.com>2022-04-12 08:54:58 +0200
committerFlorian Wininger <fw.centrale@gmail.com>2022-04-12 09:11:22 +0200
commit92fd1c2c3e3331ddac8d843f47b7f072146088cc (patch)
treef32e034cec2ba150837aeb4feca2e5394d2329c1
parent26c8f061c7a7273798c8ec3cadc5bf940a1e1b95 (diff)
downloadnet-ssh-92fd1c2c3e3331ddac8d843f47b7f072146088cc.tar.gz
Remove travis configuration files
-rw-r--r--.travis.yml51
1 files changed, 0 insertions, 51 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 2c2bdd3..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,51 +0,0 @@
-language: ruby
-sudo: true
-dist: focal
-
-addon:
- hosts:
- gateway.netssh
-
-rvm:
- - 2.5.7
- - 2.6.5
- - 2.7.0
- - 3.0.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
- - gem list bundler
- - bundle install
- - bundle -v
- - BUNDLE_GEMFILE=./Gemfile.noed25519 bundle 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 exec rake test
- - BUNDLE_GEMFILE=./Gemfile.noed25519 bundle exec rake test
- - bundle exec rake test_test
- - bundle exec rubocop