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