We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2aa57f commit 8f98c39Copy full SHA for 8f98c39
1 file changed
.travis.yml
@@ -10,6 +10,9 @@ addons:
10
11
jobs:
12
include:
13
+ - stage: lint
14
+ script:
15
+ - ng lint
16
- stage: test
17
script:
18
- npm run test:lib:coverage
0 commit comments