12 lines
121 B
YAML
12 lines
121 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 2.5.0
|
|
|
|
script: bundle exec jekyll build
|
|
|
|
install: bundle install
|
|
|
|
notifications:
|
|
email: false
|