Skip to content

Commit 8f98c39

Browse files
committed
chore(build): add lint job again
1 parent b2aa57f commit 8f98c39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ addons:
1010

1111
jobs:
1212
include:
13+
- stage: lint
14+
script:
15+
- ng lint
1316
- stage: test
1417
script:
1518
- npm run test:lib:coverage

0 commit comments

Comments
 (0)