diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5fe5ae7..0000000 --- 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 -