open-source-mac-os-apps-mirror/.travis.yml
2019-03-20 16:09:09 +02:00

18 lines
431 B
YAML

sudo: required
language: swift
osx_image: xcode10
rvm:
- 2.4.1
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
- danger
after_success:
- swift ./.github/ReadmeGenerator.swift
- chmod +x ./.github/deploy.sh
- ./.github/deploy.sh
notifications:
email: true