Build only master branch.

This commit is contained in:
Bastian Kleineidam 2013-02-22 19:13:55 +01:00
parent d3e46a993b
commit b6774d851d
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ python:
- "2.7" - "2.7"
- "3.2" - "3.2"
# - "3.3" # - "3.3"
# whitelist
branches:
only:
- master
# install some archive programs # install some archive programs
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq