mirror of
https://github.com/hobbyquaker/awesome-mqtt.git
synced 2026-01-23 20:08:10 -08:00
Just saw that there are duplications in the list, added `--allow-dupe` to the bot so he ignores them. It should finally work ;) Sorry for that
8 lines
164 B
YAML
8 lines
164 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
before_script:
|
|
- gem install awesome_bot
|
|
script:
|
|
- awesome_bot README.md --allow-dupe --white-list creativecommons,awesome-mqtt.svg
|