Skip to content

Commit

Permalink
Travis: Add Prepare RFC list task
Browse files Browse the repository at this point in the history
  • Loading branch information
cal0pteryx committed Sep 23, 2021
1 parent 7a9659e commit 74c1c5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
include:
- stage: Prepare XEP list
script: python3 ./tools/prepare_xep_list.py
- stage: Prepare RFC list
script: python3 ./tools/prepare_rfc_list.py
- stage: Software list linting
script: python3 ./tools/lint-list.py clients.json && python3 ./tools/lint-list.py servers.json && python3 ./tools/lint-list.py libraries.json
- stage: Generate pages
Expand Down

0 comments on commit 74c1c5d

Please sign in to comment.