From 0064a19c68d011b3b9d0b9cdfabc998dde909b6d Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Tue, 30 Aug 2016 09:58:22 +0200 Subject: [PATCH] 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! --- .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: