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

Commit

Permalink
chore: include lint script in Travis CI
Browse files Browse the repository at this point in the history
fixes #101
  • Loading branch information
rkpattnaik780 committed Apr 15, 2019
1 parent 84f8380 commit 425f5bb
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 @@ -13,6 +13,7 @@ jobs:
install:
- npm install
script:
- npm run lint
- npm run unit
- stage: deploy-dev
if: branch = master AND type = push
Expand Down

0 comments on commit 425f5bb

Please sign in to comment.