Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit ed2dc0b

Browse files
authored
Run ESLint on Travis instead of Hound (#53)
1 parent baac0f5 commit ed2dc0b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/dist/vuera*
2+
/coverage
23
/node_modules
34
/tests/fixtures/babel

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ install:
1616
- yarn install
1717
- yarn add -D react@$REACT_VERSION react-dom@$REACT_VERSION vue@$VUE_VERSION vue-template-compiler@$VUE_VERSION
1818
script:
19+
- yarn lint
1920
- yarn run test:coverage -- --coverageReporters=lcov
2021
- cat ./coverage/lcov.info | yarn run coveralls
2122

0 commit comments

Comments
 (0)