From 8ad1f03dc5d9fd3c3e92a4602f6dd30a4b6ff46f Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Mon, 3 Sep 2012 15:23:30 +0100 Subject: [PATCH] Updated travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e13c4dd5..3c77e752 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,8 @@ install: script: - python setup.py test notifications: - irc: "irc.freenode.org#mongoengine" \ No newline at end of file + irc: "irc.freenode.org#mongoengine" +branches: + only: + - master + - 0.7 \ No newline at end of file