mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-09 13:31:22 -06:00
12 lines
130 B
YAML
12 lines
130 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.3.0
|
|
|
|
install:
|
|
- npm install
|
|
- bundle install
|
|
|
|
script:
|
|
- npm run test
|
|
- bundle exec jekyll build
|