- Travis: Handle multiple languages

This commit is contained in:
Brett Zamir
2020-07-12 23:49:24 +08:00
parent 8b7d549c79
commit efda0d6231

View File

@@ -1,16 +1,22 @@
os: linux
dist: xenial
language: ruby
language: node_js
node_js:
- 14
# Reenable later if doing more than linting (i.e., testing)
# - 12
# - 10
notifications:
email: false
rvm:
- 2.3
script:
- bundle exec jekyll build
- npm run eslint
jobs:
include:
- language: ruby
rvm:
- 2.3
script:
- bundle exec jekyll build