forked from openplans/shareabouts-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
27 lines (26 loc) · 734 Bytes
/
.travis.yml
File metadata and controls
27 lines (26 loc) · 734 Bytes
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
# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
install: "ci/install.sh"
script: "src/manage.py test sa_api sa_manager --with-coverage --cover-package=sa_api --cover-package=sa_manager"
python:
- "2.6"
- "2.7"
notifications:
irc:
channels:
- "irc.freenode.org#civicworks"
on_success: change
on_failure: always
email: false
# Turned off because the default policy is to spam ALL members of
# the repositories' owner organization.
# If we decide we want email notifications, feel free to uncomment this and
# add yourself to the recipient list:
# email:
# recipients:
# - foo@bar.com
# - foo2@bar.com
# on_success: change
# on_failure: change
branches:
only:
- master