1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-12 02:28:20 +02:00

Allow travis to build and push test-* branches

This commit is contained in:
Michael Wyraz 2020-05-04 14:03:44 +02:00
parent ebd14f3715
commit 4bda9076a3

View File

@ -10,6 +10,8 @@ branches:
- /^1\.[567]\.\d+$/
# pre-releases, e.g. 1.8-pre1
- /^1\.8-pre\d+$/
# test branches, e.g. test-debian
- /^test-[\w\-]+$/
sudo: required
services: docker