Skip to content
Permalink
Browse files

Runs eslint only on changed translators (closes #1900) (#1915)

  • Loading branch information...
retorquere authored and dstillman committed Mar 28, 2019
1 parent bececd8 commit f67b9c5e123c518dee463dc2219e3e80e7077a80
Showing with 1 addition and 1 deletion.
  1. +1 −1 .travis.yml
@@ -2,6 +2,6 @@ language: node_js
node_js:
- "8"
script:
- npm test
- npm run lint -- `git diff --name-only $TRAVIS_COMMIT_RANGE | grep -v '\\/' | grep '\.js$'`
- cd .ci && ./checkDeletedTxt.sh
cache: npm

0 comments on commit f67b9c5

Please sign in to comment.
You can’t perform that action at this time.