From aae60aa199130768c92bcf024cce8404b4bfbbca Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Mon, 29 Aug 2016 23:37:34 +0200 Subject: [PATCH] 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! --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3d271e53..c9fca30b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +branches: + except: + - donttestme language: bash sudo: required services: