From 9c394cec88e8d8145bffbd9bcee4217e8889e777 Mon Sep 17 00:00:00 2001 From: Montana Mendy Date: Mon, 25 Apr 2022 07:25:47 -0700 Subject: [PATCH] For translation of templates (another grunt package) --- .travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.sh b/.travis.sh index d46f20ddd..f3675f2bf 100755 --- a/.travis.sh +++ b/.travis.sh @@ -14,6 +14,7 @@ case $TWITTER_TEXT_DIR in ;; js) npm install -g grunt-cli + npm install grunt-i18n npm install rake test:conformance:prepare grunt qunit && node test/node_tests.js