2020-07-12 15:24:53 +00:00
|
|
|
os: linux
|
|
|
|
dist: xenial
|
2020-07-13 08:54:18 +00:00
|
|
|
language: node_js
|
2020-07-12 15:49:24 +00:00
|
|
|
|
2020-07-12 15:25:11 +00:00
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
2020-07-13 08:53:02 +00:00
|
|
|
git:
|
|
|
|
submodules: false
|
2020-07-12 15:49:24 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
include:
|
|
|
|
- language: ruby
|
|
|
|
rvm:
|
|
|
|
- 2.3
|
|
|
|
script:
|
|
|
|
- bundle exec jekyll build
|
2020-07-13 08:46:17 +00:00
|
|
|
- language: node_js
|
|
|
|
node_js:
|
|
|
|
- 14
|
|
|
|
# Reenable later if doing more than linting (i.e., testing)
|
|
|
|
# - 12
|
|
|
|
# - 10
|
2020-07-13 08:53:02 +00:00
|
|
|
script:
|
2020-08-28 22:02:35 +00:00
|
|
|
- npm run lint
|