- 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 os: linux
dist: xenial dist: xenial
language: ruby language: node_js
node_js: node_js:
- 14 - 14
# Reenable later if doing more than linting (i.e., testing) # Reenable later if doing more than linting (i.e., testing)
# - 12 # - 12
# - 10 # - 10
notifications: notifications:
email: false email: false
rvm:
- 2.3
script: script:
- bundle exec jekyll build
- npm run eslint - npm run eslint
jobs:
include:
- language: ruby
rvm:
- 2.3
script:
- bundle exec jekyll build