Skip to content

Commit

Permalink
ci(lint): lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
liangchunn committed Oct 14, 2018
1 parent e9d31b6 commit 4774abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ install:
- yarn install
- yarn build
- yarn add $WEBPACK $TSLOADER $VUELOADER -D
- yarn lint
env:
- WEBPACK=webpack@^4.0.0 TSLOADER=ts-loader@^4.3.0 VUELOADER=vue-loader@^15.2.4
- WEBPACK=webpack@^3.10.0 TSLOADER=ts-loader@^3.4.0 VUELOADER=vue-loader@^13.5.0
Expand Down

0 comments on commit 4774abe

Please sign in to comment.