mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-18 13:59:26 +00:00
Appveyor branches: master only (#1409)
This commit is contained in:
parent
a83a84460e
commit
2c80a4198f
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
# Clone directly into GOPATH.
|
# Clone directly into GOPATH.
|
||||||
clone_folder: C:\gopath\src\github.com\ethereum\swarm
|
clone_folder: C:\gopath\src\github.com\ethersphere\swarm
|
||||||
clone_depth: 5
|
clone_depth: 5
|
||||||
version: "{branch}.{build}"
|
version: "{branch}.{build}"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue