Migrate CI as a Service from Travis to GitHub Actions

This commit is contained in:
raimon
2020-10-03 20:13:29 +09:00
parent edc4e95c14
commit 33a9a5003d
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'
group :development, :test do group :development, :test do
gem 'rake'
gem 'vim-flavor', '~> 3.0' gem 'vim-flavor', '~> 3.0'
end end

View File

@@ -6,6 +6,7 @@ GEM
pastel (0.7.2) pastel (0.7.2)
equatable (~> 0.5.0) equatable (~> 0.5.0)
tty-color (~> 0.4.0) tty-color (~> 0.4.0)
rake (13.0.1)
thor (0.20.0) thor (0.20.0)
tty-color (0.4.2) tty-color (0.4.2)
vim-flavor (3.0.0) vim-flavor (3.0.0)
@@ -17,6 +18,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
rake
vim-flavor (~> 3.0) vim-flavor (~> 3.0)
BUNDLED WITH BUNDLED WITH