mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-02-10 08:50:50 +01:00
[ci] move itunes links check to travis
This commit is contained in:
parent
9aa28c1526
commit
737a73604e
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
language: ruby
|
||||||
|
rvm: 2.2
|
||||||
|
before_script: gem install awesome_bot
|
||||||
|
script: ruby .github/osia_get_links.rb
|
||||||
|
after_script: awesome_bot check-info.txt -a 403
|
@ -9,7 +9,7 @@ test:
|
|||||||
- json validate --schema-file=.github/schema.json --document-file=contents.json
|
- json validate --schema-file=.github/schema.json --document-file=contents.json
|
||||||
- ruby .github/osia_validate_categories.rb
|
- ruby .github/osia_validate_categories.rb
|
||||||
- ruby .github/osia_get_links.rb
|
- ruby .github/osia_get_links.rb
|
||||||
- awesome_bot check-unique.txt -a 403,302 -w xbmc/xbmc
|
- awesome_bot check-unique.txt -a 302 -w xbmc/xbmc
|
||||||
- awesome_bot check-links.txt --allow-dupe -w wheelmap.org,sourceforge,radioparadise
|
- awesome_bot check-links.txt --allow-dupe -w wheelmap.org,sourceforge,radioparadise
|
||||||
general:
|
general:
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user