summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenta Murata <mrkn@mrkn.jp>2020-12-28 12:19:19 +0900
committerFlorian Frank <flori@ping.de>2021-01-12 12:56:52 +0100
commit96b106ebe16f6d6315d4bad77ec8d302458b2e0e (patch)
treee0cca357232ce42de79c1b6fe036ddfc4dbf8b21
parentd49c5de49e54a5ad3f6fcf587f98d63266ef9439 (diff)
downloadjson-96b106ebe16f6d6315d4bad77ec8d302458b2e0e.tar.gz
CI: Stop using Travis CI
-rw-r--r--.travis.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 38a8584..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
-#bundler_args: --binstubs
-language: ruby
-
-# Specify which ruby versions you wish to run your tests on, each version will be used
-rvm:
- - 2.3
- - 2.4
- - 2.5
- - 2.6
- - 2.7
- - ruby-head
- - jruby-9.1 # Ruby 2.3
- - jruby-9.2 # Ruby 2.5
- - truffleruby
-matrix:
- allow_failures:
- - rvm: ruby-head
- - rvm: truffleruby
-script: "bundle exec rake"
-sudo: false