From 6335890d0f74bc56bbd735455ac3e20cda70fc7e Mon Sep 17 00:00:00 2001 From: Fevix Date: Fri, 3 Jun 2022 13:59:32 -0400 Subject: [PATCH] Try again --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aebd59a6..60d0b635 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js -node_js: -17 +node_js: + - 17 install: npm install -g jsonlint-cli jsmin script: # Here is how the monster of a command below works