Use common CI test target via Travis

This commit is contained in:
stvn
2020-11-17 12:19:23 -08:00
parent 2ba9440966
commit e627fd6f27

View File

@@ -5,11 +5,6 @@ before_install:
install:
- npm ci
script:
- make validate-no-uncommitted-package-lock-changes
- npm run i18n_extract
- npm run lint -- --max-warnings 0
- npm run test
- npm run build
- npm run is-es5
- make validate
after_success:
- codecov