Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 425f5bb

Browse files
committed
chore: include lint script in Travis CI
fixes #101
1 parent 84f8380 commit 425f5bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
install:
1414
- npm install
1515
script:
16+
- npm run lint
1617
- npm run unit
1718
- stage: deploy-dev
1819
if: branch = master AND type = push

0 commit comments

Comments
 (0)