Skip to content

Commit

Permalink
build: fix linting (refs eslint/eslint#12119)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add authored and ljharb committed Aug 22, 2019
1 parent 7f88ba2 commit 12f2c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 12f2c8e

Please sign in to comment.