mirror of
https://github.com/toptal/gitignore.io.git
synced 2021-05-12 18:32:24 +03:00
25 lines
576 B
YAML
25 lines
576 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
language: generic
|
|
sudo: required
|
|
dist: trusty
|
|
osx_image: xcode8.2
|
|
branches:
|
|
only:
|
|
- master
|
|
script:
|
|
- eval "$(curl -sL https://swift.vapor.sh/ci-3.1)"
|
|
- eval "$(curl -sL https://swift.vapor.sh/codecov)"
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- josephblau@gmail.com
|
|
deploy:
|
|
provider: heroku
|
|
strategy: git
|
|
app: gitignoreio-stage-swift
|
|
on: master
|
|
api_key:
|
|
secure: In+pMxDoWCe5h2oCi20pCpLGLdiqvP1SuWqTkFm1G1LPtZ7LIcIbxlCgiWGlWqaPnwC5n0VkpOEkOSnFZz2E7ffKQuzonvEBUPl5EFLzfJxeHUDWaaMGWfadx2kR21cx/wTyEZseSqeBm77wbKJKU7D6RqRbCS+MxaavQhaJnKk=
|