Skip to content

Commit 965f395

Browse files
aladdin-addljharb
authored andcommitted
build: fix linting (refs eslint/eslint#12119)
1 parent 8705340 commit 965f395

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ script:
1616
- 'if [ "${TEST-}" = true ]; then npm run tests-only ; fi'
1717
- 'if [ -n "${KARMA-}" ]; then npm run tests-karma ; fi'
1818
- 'if [ -n "${COVERAGE-}" ] && [ "${TRAVIS_BRANCH-}" = "master" ]; then npm run cover; cat ./coverage/lcov.info | ./node_modules/.bin/coveralls ; fi'
19+
install:
20+
- 'if [ -n "${LINT-}" ]; then npm install --legacy-bundling ; else npm install ; fi'
1921
env:
2022
global:
2123
- TEST=true

0 commit comments

Comments
 (0)