build: fix Travis maintenance branch regexp

This commit is contained in:
Pierre Vanduynslager 2018-12-14 23:31:39 -05:00
parent 9a30f3542c
commit e1b418d0b5

View File

@ -14,7 +14,7 @@ branches:
- master
- next
- beta
- /^\d+(.\d+)?.x$/
- /^\d+\.(\d+|x)(\.x)?$/
- /^greenkeeper.*$/
# Retry install on fail to avoid failing a build on network/disk/external errors