Skip to content
This repository has been archived by the owner on Dec 29, 2017. It is now read-only.

Commit

Permalink
dothub config
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv committed Jul 20, 2017
1 parent 5d1b4d1 commit 5997b49
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
66 changes: 66 additions & 0 deletions .dothub.repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
collaborators:
mikefromit:
permission: admin
mrasband:
permission: admin
ovv:
permission: admin
seanson:
permission: admin
hooks:
travis:
active: true
config:
domain: notify.travis-ci.org
token: '********'
user: Ovvovy
events:
- create
- delete
- issue_comment
- member
- membership
- public
- pull_request
- push
- repository
labels:
bug:
color: ee0701
difficulty/easy:
color: c2e0c6
difficulty/hard:
color: e99695
difficulty/medium:
color: fef2c0
difficulty/newcomers:
color: c5def5
documentation:
color: 1d76db
etc/blocked:
color: b60205
etc/duplicate:
color: cccccc
etc/invalid:
color: cccccc
etc/question:
color: cccccc
etc/wontfix:
color: cccccc
feature:
color: d93f0b
help wanted:
color: 128A0C
proposal:
color: 5319e7
options:
allow_merge_commit: false
allow_rebase_merge: true
allow_squash_merge: true
description: Slack plugin for Sir-bot-a-lot
has_downloads: true
has_issues: true
has_wiki: false
homepage: https://sirbot-slack.rtfd.io
name: sirbot-slack
private: false
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,22 @@ script:
- python setup.py test
- python setup.py doc

before_deploy:
- pip install dothub

deploy:
- provider: script
script: curl -X POST http://readthedocs.org/build/sirbot-slack
on:
repo: pyslackers/sirbot-slack
branch: master
python: "3.6"
- provider: script
script: "yes | dothub repo --owner pyslackers --repository sirbot-slack push"
on:
repo: pyslackers/sirbot-slack
branch: master
python: "3.6"
- provider: pypi
distributions: sdist bdist_wheel
skip_upload_docs: true
Expand Down

0 comments on commit 5997b49

Please sign in to comment.