From b2a7696c0e8737be387d061064f2de38b7a1da35 Mon Sep 17 00:00:00 2001 From: albemarle <45690905+albemarle@users.noreply.github.com> Date: Fri, 3 May 2019 15:32:30 -0400 Subject: [PATCH] build: validate i18n --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5d85ad06..2a297d00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ install: - npm install script: - npm run lint + - npm run i18n_extract - npm run test - npm run build after_success: