2020-07-12 15:24:53 +00:00
|
|
|
os: linux
|
|
|
|
dist: xenial
|
2020-01-06 10:13:39 +00:00
|
|
|
language: ruby
|
2020-07-12 15:25:26 +00:00
|
|
|
node_js:
|
|
|
|
- 14
|
|
|
|
# Reenable later if doing more than linting (i.e., testing)
|
|
|
|
# - 12
|
|
|
|
# - 10
|
2020-07-12 15:25:11 +00:00
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
2020-01-06 10:13:39 +00:00
|
|
|
rvm:
|
|
|
|
- 2.3
|
2020-07-12 15:15:18 +00:00
|
|
|
script:
|
|
|
|
- bundle exec jekyll build
|
|
|
|
- npm run eslint
|