- Travis: Fix for Node
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,11 +1,5 @@
|
||||
os: linux
|
||||
dist: xenial
|
||||
language: node_js
|
||||
node_js:
|
||||
- 14
|
||||
# Reenable later if doing more than linting (i.e., testing)
|
||||
# - 12
|
||||
# - 10
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
@@ -20,3 +14,9 @@ jobs:
|
||||
- 2.3
|
||||
script:
|
||||
- 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