mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 09:38:09 -05:00
16 lines
298 B
YAML
16 lines
298 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.3.3
|
|
|
|
install:
|
|
- bundle install
|
|
script:
|
|
- bundle exec jekyll build
|
|
- rake check
|
|
|
|
env:
|
|
global:
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
|
|
|
|
sudo: false # route your build to the container-based infrastructure for a faster build
|