Skip to content

Commit

Permalink
fix(travis): fix tslint stage (#4813)
Browse files Browse the repository at this point in the history
  • Loading branch information
Domainv authored and valorkin committed Nov 16, 2018
1 parent e1a9bd5 commit 805c52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# lint code
- stage: lint
install: true
script: npm run lint
script: npm run lint-src

# test
- &test
Expand Down

0 comments on commit 805c52c

Please sign in to comment.