summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
-rw-r--r--README.md2
2 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c278a1c..5ed36dc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,16 +24,10 @@ jobs:
- 2.5
- 2.4
- 2.3
- - debug
include:
- - { os: windows-latest , ruby: mingw }
- - { os: windows-latest , ruby: mswin }
- { os: ubuntu-latest , ruby: jruby-9.1 } # Ruby 2.3
- { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
- { os: ubuntu-latest , ruby: truffleruby }
- exclude:
- - { os: windows-latest , ruby: '3.0' }
- - { os: windows-latest , ruby: debug }
steps:
- uses: actions/checkout@v2
diff --git a/README.md b/README.md
index e020557..288ccdf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# JSON implementation for Ruby
-[![Travis Widget](http://travis-ci.org/flori/json.svg?branch=master)](https://travis-ci.org/flori/json)
+[![CI](https://github.com/flori/json/actions/workflows/ci.yml/badge.svg)](https://github.com/flori/json/actions/workflows/ci.yml)
## Description