open-source-mac-os-apps-mirror/.travis.yml
Serhii Londar 367ae86550 Setup CI
2018-11-14 23:40:17 +02:00

16 lines
No EOL
325 B
YAML

sudo: required
language: swift
osx_image: xcode10
rvm:
- 2.2
before_script:
- gem install awesome_bot
- gem install danger
script:
- awesome_bot applications.json -w https://matrix.org/blog/home/
- danger
after_success:
- swift ./.github/ReadmeGenerator.swift
- ./.github/deploy.sh
notifications:
email: false