Tell travis to only test master and stable branch

This commit is contained in:
Garret Alfert 2013-11-01 14:01:02 +01:00
parent 75b5fda0e9
commit 48dc081ba5

View File

@ -6,6 +6,10 @@ before_install:
before_script:
- cp config.yml.example config.yml
script: rake test
branches:
only:
- master
- stable
notifications:
email: false
webhooks: