blob: 688caa612c06bc05cd7d537f59355362f65c5409 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
language: ruby
cache: bundler
rvm:
- 2.4
- 2.6
before_script: bundle update
script: script/cibuild
notifications:
email:
recipients:
- mercenary@jekyllrb.com
on_success: change
on_failure: change
|