- Travis: Fix for Node
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,11 +1,5 @@
|
|||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: node_js
|
|
||||||
node_js:
|
|
||||||
- 14
|
|
||||||
# Reenable later if doing more than linting (i.e., testing)
|
|
||||||
# - 12
|
|
||||||
# - 10
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
@@ -20,3 +14,9 @@ jobs:
|
|||||||
- 2.3
|
- 2.3
|
||||||
script:
|
script:
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
|
- language: node_js
|
||||||
|
node_js:
|
||||||
|
- 14
|
||||||
|
# Reenable later if doing more than linting (i.e., testing)
|
||||||
|
# - 12
|
||||||
|
# - 10
|
||||||
|
|||||||
Reference in New Issue
Block a user