open-source-mac-os-apps-mirror/.travis.yml

19 lines
431 B
YAML
Raw Normal View History

2018-11-14 21:40:17 +00:00
sudo: required
language: swift
osx_image: xcode10
2018-03-28 12:51:15 +00:00
rvm:
2019-03-20 14:09:09 +00:00
- 2.4.1
2018-03-28 12:51:15 +00:00
before_script:
- gem install awesome_bot
2019-01-23 08:41:36 +00:00
- gem install bundler
2018-03-28 12:51:15 +00:00
- gem install danger
script:
- awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com
2018-03-28 12:51:15 +00:00
- danger
2018-11-14 21:40:17 +00:00
after_success:
- swift ./.github/ReadmeGenerator.swift
2018-11-14 23:02:16 +00:00
- chmod +x ./.github/deploy.sh
2018-11-14 21:40:17 +00:00
- ./.github/deploy.sh
2018-03-28 12:51:15 +00:00
notifications:
2018-12-28 12:10:55 +00:00
email: true