diff --git a/.travis.yml b/.travis.yml index 70bf2bef0..ebb7162fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,6 @@ install: - pip install pylast flask --use-mirrors - "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 --use-mirrors; fi" script: nosetests +branches: + only: + - master