Merge pull request #22 from edx/albemarle/i18n-travis

build: validate i18n
This commit is contained in:
albemarle
2019-05-06 10:20:20 -04:00
committed by GitHub

View File

@@ -8,6 +8,7 @@ install:
- npm install
script:
- npm run lint
- npm run i18n_extract
- npm run test
- npm run build
after_success: