mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-21 15:50:59 +00:00
19 lines
400 B
YAML
19 lines
400 B
YAML
language: python
|
|
before_script:
|
|
- make tests/env
|
|
- echo "YES_PLEASE_DELETE_ALL_MY_DATA_VERY_OFTEN=Pretty please, with sugar on top." >> tests/env
|
|
script: make test
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#gittip"
|
|
on_success: never
|
|
on_failure: always
|
|
template:
|
|
- "Failed build: %{build_url}"
|
|
skip_join: true
|
|
branches:
|
|
only:
|
|
- master
|