mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Travis: only test master branch
This commit is contained in:
parent
dc054907d5
commit
325009edf2
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue