Skip to content
Snippets Groups Projects
Unverified Commit 965f395a authored by weiran.zsd's avatar weiran.zsd Committed by Jordan Harband
Browse files

build: fix linting (refs eslint/eslint#12119)

parent 87053408
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ script:
- 'if [ "${TEST-}" = true ]; then npm run tests-only ; fi'
- 'if [ -n "${KARMA-}" ]; then npm run tests-karma ; fi'
- 'if [ -n "${COVERAGE-}" ] && [ "${TRAVIS_BRANCH-}" = "master" ]; then npm run cover; cat ./coverage/lcov.info | ./node_modules/.bin/coveralls ; fi'
install:
- 'if [ -n "${LINT-}" ]; then npm install --legacy-bundling ; else npm install ; fi'
env:
global:
- TEST=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment