open-source-mac-os-apps-mirror/.travis.yml
2020-04-08 16:58:56 +03:00

17 lines
586 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 -d 0.3 -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/
- danger
after_success:
- swift ./.github/main.swift
- chmod +x ./.github/deploy.sh
- ./.github/deploy.sh
notifications:
email: true