mirror of
https://github.com/hobbyquaker/awesome-mqtt.git
synced 2026-01-24 04:19:09 -08:00
try to fix build...
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -3,15 +3,16 @@ language: ruby
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- language: ruby
|
|
||||||
rvm: 2.2
|
|
||||||
before_script:
|
|
||||||
- pip install git+https://github.com/codespell-project/codespell.git
|
|
||||||
script:
|
|
||||||
- codespell --check-filenames --check-hidden --quiet 2 --regex "[a-zA-Z0-9][\\-'a-zA-Z0-9]+[a-zA-Z0-9]" $(eval "find ./ -type f | xargs")
|
|
||||||
- language: python
|
- language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
before_script:
|
before_script:
|
||||||
- pip install git+https://github.com/codespell-project/codespell.git
|
- pip install git+https://github.com/codespell-project/codespell.git
|
||||||
|
script:
|
||||||
|
- codespell --check-filenames --check-hidden --quiet 2 --regex "[a-zA-Z0-9][\\-'a-zA-Z0-9]+[a-zA-Z0-9]" $(eval "find ./ -type f | xargs")
|
||||||
|
|
||||||
|
- language: ruby
|
||||||
|
rvm: 2.2
|
||||||
|
before_script:
|
||||||
|
- gem install awesome_bot
|
||||||
script:
|
script:
|
||||||
- awesome_bot README.md --allow-dupe --white-list creativecommons,awesome-mqtt.svg,wiki.videolan.org,homegear.eu,cloud.emqx.io,www.busch-jaeger.de
|
- awesome_bot README.md --allow-dupe --white-list creativecommons,awesome-mqtt.svg,wiki.videolan.org,homegear.eu,cloud.emqx.io,www.busch-jaeger.de
|
||||||
|
|||||||
Reference in New Issue
Block a user