Skip to content

Commit 31049bf

Browse files
committed
chore(stages): add lint stage
1 parent 608f43f commit 31049bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ before_install:
1919

2020
jobs:
2121
include:
22-
- stage: install
23-
script: npm install
24-
skip_cleanup: true
22+
- stage: lint
23+
script:
24+
- ng lint
2525
- stage: test
2626
script:
2727
- npm run test:lib:coverage

0 commit comments

Comments
 (0)