Let Travis CI test on all branches

Most developers implement new docker-mailserver features on feature
branches before they create a pull request. This commit enables Travis
CI testing on all branches except 'donttestme'. Developers now can
'pre-test' their features branches without permanentaly hacking
'.travis.yml'. More testing is good!
This commit is contained in:
Josef Friedrich 2016-08-29 23:37:34 +02:00
parent 6c9901e260
commit aae60aa199
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
branches:
except:
- donttestme
language: bash
sudo: required
services: