2020-07-12 15:24:53 +00:00
|
|
|
os: linux
|
|
|
|
dist: xenial
|
2020-07-12 15:49:24 +00:00
|
|
|
language: node_js
|
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:49:24 +00:00
|
|
|
|
2020-07-12 15:25:11 +00:00
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
2020-07-12 15:15:18 +00:00
|
|
|
script:
|
|
|
|
- npm run eslint
|
2020-07-12 15:49:24 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
include:
|
|
|
|
- language: ruby
|
|
|
|
rvm:
|
|
|
|
- 2.3
|
|
|
|
script:
|
|
|
|
- bundle exec jekyll build
|