Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
8 lines (7 sloc) 184 Bytes
language: node_js
node_js:
- "8"
script:
- npm run lint -- `git diff --name-only $TRAVIS_COMMIT_RANGE | grep -v '\\/' | grep '\.js$'`
- cd .ci && ./checkDeletedTxt.sh
cache: npm
You can’t perform that action at this time.