diff --git a/.travis.yml b/.travis.yml index 136ca946..8b73eee9 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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