- Travis: Fix for Node

This commit is contained in:
Brett Zamir
2020-07-13 16:46:17 +08:00
parent b5e43c1e47
commit 411ebf6124

View File

@@ -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