open-source-mac-os-apps/.travis.yml
Serhii Londar ebfbbb6c99
Add Pock (#386)
* Add Pock

* Fix link issue

* Add https://pock.pigigaldi.com  to white list.
2019-04-26 17:18:49 +03:00

18 lines
448 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,https://pock.pigigaldi.com
- danger
after_success:
- swift ./.github/main.swift
- chmod +x ./.github/deploy.sh
- ./.github/deploy.sh
notifications:
email: true