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

18 lines
591 B
YAML
Raw Normal View History

2018-11-14 21:40:17 +00:00
sudo: required
language: swift
osx_image: xcode11
2019-12-16 10:59:39 +00:00
rvm: 2.6.3
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:
2020-04-09 08:01:25 +00:00
- awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/ --allow 429
2018-03-28 12:51:15 +00:00
- danger
2018-11-14 21:40:17 +00:00
after_success:
- swift ./.github/main.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