From 29c1761846258e8b55fb290cf841919fc4846834 Mon Sep 17 00:00:00 2001 From: Patricio Cano Date: Tue, 1 Mar 2022 10:33:44 -0600 Subject: [PATCH] chore: Remove .travis.yml file --- .travis.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5fe5ae7a..00000000 --- a/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -env: - global: - - JRUBY_OPTS="$JRUBY_OPTS --debug" - -sudo: false -language: ruby -cache: bundler - -before_install: - - gem update bundler - -before_script: - - bundle update - -script: - - bundle exec rspec - -rvm: - - 2.4 - - 2.5 - - 2.6 - - 2.7 - - jruby-head - - ruby-head - -matrix: - allow_failures: - - rvm: ruby-head - - fast_finish: true -