2017-05-08 18:22:48 +00:00
|
|
|
language: ruby
|
2019-10-19 09:03:07 +00:00
|
|
|
script:
|
2019-10-19 09:06:53 +00:00
|
|
|
- gem install jekyll bundler
|
2019-10-19 09:03:07 +00:00
|
|
|
- bundle install
|
2020-04-08 13:24:09 +00:00
|
|
|
- bundle exec rake test
|
2019-10-19 09:03:07 +00:00
|
|
|
- bundle exec jekyll build
|
2019-10-19 08:55:26 +00:00
|
|
|
cache: bundler
|