Let Travis CI test on all branches (#291)

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-30 09:58:22 +02:00 committed by Thomas VIAL
parent dbc6c6dffa
commit 0064a19c68
1 changed files with 3 additions and 0 deletions

View File

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