12 lines
138 B
YAML
12 lines
138 B
YAML
os: linux
|
|
dist: xenial
|
|
language: ruby
|
|
notifications:
|
|
email: false
|
|
|
|
rvm:
|
|
- 2.3
|
|
script:
|
|
- bundle exec jekyll build
|
|
- npm run eslint
|