mirror of
https://github.com/hobbyquaker/awesome-mqtt.git
synced 2026-01-23 20:08:10 -08:00
try to fix build...
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -3,15 +3,16 @@ language: ruby
|
||||
matrix:
|
||||
fast_finish: true
|
||||
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
|
||||
python: 3.5
|
||||
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: ruby
|
||||
rvm: 2.2
|
||||
before_script:
|
||||
- gem install awesome_bot
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user