open-source-mac-os-apps/.travis.yml
2020-04-09 11:01:25 +03:00

17 lines
591 B
YAML

sudo: required
language: swift
osx_image: xcode11
rvm: 2.6.3
before_script:
- gem install awesome_bot
- gem install bundler
- gem install danger
script:
- 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
- danger
after_success:
- swift ./.github/main.swift
- chmod +x ./.github/deploy.sh
- ./.github/deploy.sh
notifications:
email: true