open-source-mac-os-apps-mirror/.travis.yml
2018-11-15 01:02:16 +02:00

17 lines
No EOL
358 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
- chmod +x ./.github/deploy.sh
- ./.github/deploy.sh
notifications:
email: false