summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-03-06 17:08:03 +0000
committerSimon McVittie <smcv@debian.org>2016-03-06 17:09:40 +0000
commit9740e695a8e2276704f940a38c4067edbe8491f7 (patch)
tree500f4b1b0ab7401698402c9301dfa49dc32494cf /Makefile.am
parent7881666743df953227ccc403af4edfac7dd7ab8e (diff)
Add Travis-CI metadata
Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e1b328a..eef40f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,10 +8,11 @@ ACLOCAL_AMFLAGS = -I m4
CLEANFILES =
EXTRA_DIST = \
- dbus-python.pc.in \
+ .travis.yml \
AUTHORS \
COPYING \
ChangeLog \
+ dbus-python.pc.in \
examples/example-async-client.py \
examples/example-client.py \
examples/example-service.py \
@@ -27,10 +28,11 @@ EXTRA_DIST = \
setup.py \
test/TestSuitePythonService.service.in \
test/tmp-session-bus.conf.in \
- tools/check-coding-style.mk \
tools/check-c-style.sh \
+ tools/check-coding-style.mk \
tools/check-py-style.sh \
tools/check-whitespace.sh
+ tools/ci-build.sh \
$(NULL)
# === C code ===