- Travis: Handle multiple languages
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user