Don't build all branches but only the master and pull requests.

This commit is contained in:
Vassil Vassilev 2016-08-12 11:26:56 +02:00 committed by sftnight
parent ec1a6fec18
commit 4c37f02f8d

View File

@ -34,6 +34,8 @@ env:
branches:
except:
- /^__internal.*$/
only:
- master
matrix: