diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 01:53:58 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 01:53:58 +0300 |
commit | a5203902d37fb8253887ec169a2e16a1d84fedf7 (patch) | |
tree | 45e63b97f38a23df1608dc5ac67f09675b4a76e0 /.ci | |
parent | _config.yml: .travis.yml is no more (diff) | |
download | egor-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/Gemfile | 2 |
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' |