aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-10 01:53:58 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-10 01:53:58 +0300
commita5203902d37fb8253887ec169a2e16a1d84fedf7 (patch)
tree45e63b97f38a23df1608dc5ac67f09675b4a76e0 /.ci
parent_config.yml: .travis.yml is no more (diff)
downloadegor-tensin.github.io-a5203902d37fb8253887ec169a2e16a1d84fedf7.tar.gz
egor-tensin.github.io-a5203902d37fb8253887ec169a2e16a1d84fedf7.zip
workflows/test: merge jobs, Bundler caching
Diffstat (limited to '.ci')
-rw-r--r--.ci/Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/Gemfile b/.ci/Gemfile
new file mode 100644
index 0000000..053c27d
--- /dev/null
+++ b/.ci/Gemfile
@@ -0,0 +1,2 @@
+source 'https://rubygems.org'
+gem 'github-pages'