Skip to content

Commit

Permalink
chore: Add labels to commits/code/docs quality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Aug 9, 2017
1 parent 5de8b41 commit 7a9a255
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -25,12 +25,16 @@ jobs:
include:
- stage: "commits/code/docs quality checks"
node_js: "6"
env: ["JOB='commit message format check'"]
script: "npm run lint:commits"
- node_js: "6"
env: ["JOB='coffee script code quality check'"]
script: "npm run lint"
- node_js: "6"
env: ["JOB='check of external links in docs'"]
script: "npm run lint:docs"
- node_js: "6"
env: ["JOB='docs build'"]
script: "npm run build:docs"
- stage: "tests & code coverage"
node_js: "4"
Expand Down

0 comments on commit 7a9a255

Please sign in to comment.