aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-11-02 15:26:32 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-11-04 12:11:13 +0900
commit8eca97c04945e7b252a411fefe80ce41bfc0a202 (patch)
tree57f724461ce751db3a17219c7a0f26020eb38ed9 /.travis.yml
parentbf1047c7570a7544c39ebc819715e2810dd2c1c3 (diff)
downloadruby-8eca97c04945e7b252a411fefe80ce41bfc0a202.tar.gz
.github/workflows/baseruby.yml: add
Translate a part of .travis.yml into a Github Actions workflow.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index ca36c55497..15e89cfb6a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -233,19 +233,11 @@ env:
zlib1g-dev:armhf
zlib1g:armhf
- - &baseruby
- name: "BASERUBY: Ruby 2.2"
- <<: *gcc-8
- <<: *make-test-only
- language: ruby
- rvm: 2.2
-
matrix:
include:
# Build every commit:
- <<: *x86_64-linux
- <<: *i686-linux
- - <<: *baseruby
# Build every commit (Allowed Failures):
- <<: *arm32-linux
- <<: *arm64-linux