diff --git a/.travis.yml b/.travis.yml index 331ee309..989410f1 100644 --- a/.travis.yml +++ b/.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