mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
Merge pull request #1378 from slingamn/travis_branch_whitelist
explicitly whitelist branches for building
This commit is contained in:
commit
68f4032588
@ -5,6 +5,11 @@ dist: focal
|
||||
go:
|
||||
- "1.15.x"
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- stable
|
||||
|
||||
before_install:
|
||||
# https://github.com/travis-ci/travis-ci/issues/8361
|
||||
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
|
||||
|
Loading…
Reference in New Issue
Block a user