Files
www.gittip.com/.travis.yml
2013-01-12 07:47:54 -05:00

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