awesome-selfhosted-by-kickball/.travis.yml
nodiscc 7216066668 tests: new 'tests-monthly' branch to automate detection of unmaintained projects, syntax errors, broken links
'master' will be merged in this branch on a schedule/periodically to trigger checks against the latest list
It does not make sent to run the full URL test suite at every commit on master
This also allows to generate the badge at https://github.com/Kickball/awesome-selfhosted/issues/1767 (and on the main page) which will be auto-updated
2019-08-09 20:20:21 +02:00

11 lines
117 B
YAML

language: ruby
before_install:
- gem install awesome_bot
script:
- make monthly
notifications:
email: false