forked from gratipay/inside.gratipay.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (37 loc) · 1.13 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
language: python
python:
- "2.7"
install_script: pip install -r requirements.txt
# Dummy command until we have real tests
script: true
branches:
only:
- master
deploy:
provider: heroku
# Required for some reason (default anvil strategy doesn't work)
# See: https://botbot.me/freenode/gittip/msg/13686229/
strategy: git
api_key:
secure: DEgQdY5qAukGtKb2kBh00g9iY5+ncKcIxT59H0Yart/1qW56IrrDdZnm4Cb8mx6yIw+Jn2W6wKnLTXl0tDivO+tzv981uk3Wa49bmU7sF9XxaO35BhspvfmPQIUodjsjVe3gUs2OVbPZJaJn/z0k1nClQmJGmzNVYIAvfD07VUQ=
app:
master: building-gittip-com
on:
repo: gittip/building.gittip.com
branch: master
before_deploy:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- cd www/repos
- git clone https://github.com/gittip/www.gittip.com.git
- git clone https://github.com/gittip/gttp.co.git
- git clone https://github.com/gittip/Gittip-Everywhere.git
notifications:
email: false
irc:
channels:
- "chat.freenode.org#gittip"
on_success: change
on_failure: always
template:
- "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
skip_join: true