Skip to content

Commit

Permalink
feat: add man to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Fetz committed May 17, 2018
1 parent 787d6a4 commit c6b1135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_install:
- if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then cd ./scripts/cron-jobs/dependencies; fi
before_script:
- if [ "$TRAVIS_EVENT_TYPE" != "cron" ]; then commitlint-travis; fi
- if [ "$TRAVIS_EVENT_TYPE" != "cron" ]; then yarn generate:man; fi
- if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then yarn lint:pr; fi
after_success:
- yarn report-coverage
Expand Down

0 comments on commit c6b1135

Please sign in to comment.