Limit Travis CI to master and develop

This commit is contained in:
rbock
2014-08-24 09:37:13 +02:00
parent 5188a82980
commit 9f78ec9ee3

View File

@@ -14,6 +14,11 @@ matrix:
- os: osx
compiler: gcc
branches:
only:
- master
- develop
notifications:
email:
on_success: change