awesome-ios/.travis.yml

14 lines
471 B
YAML
Raw Normal View History

2015-12-15 23:36:19 +08:00
language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
2016-07-26 05:59:35 +08:00
- gem install danger
2015-12-15 23:36:19 +08:00
script:
2018-02-06 02:05:04 +08:00
- allowed_dupes=CONTRIBUTING,mocaplatform,Awesome-Swift-Education,XCDYouTubeKit,SRGMediaPlayer,PayPal-iOS-SDK,PerfectlySoft,gitter,instabug
- allowed_redirects=growthpush,awesomelinkcounter,eepurl,bluemix,amazon,facebook.com/groups,goo.gl
2016-06-27 23:51:24 +08:00
- awesome_bot README.md --allow-ssl --white-list $allowed_dupes,$allowed_redirects
- danger
notifications:
email: false