Skip to content

Commit c8160c4

Browse files
committed
Workaround by sirupsen/logrus#824
1 parent c9f96ce commit c8160c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ script:
1010
before_deploy:
1111
- "go version"
1212
- "ls -al"
13-
- "go get github.com/konsorten/go-windows-terminal-sequences"
1413
- "python3 ./build.py -build"
1514
deploy:
1615
provider: releases

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
def go_build_zip():
25-
subprocess.check_call("go get -v github.com/shawn1m/overture/main", shell=True)
25+
subprocess.check_call("GOOS=windows go get -v github.com/shawn1m/overture/main", shell=True)
2626
for o, a, *p in GO_OS_ARCH_LIST:
2727
zip_name = "overture-" + o + "-" + a + ("-" + (p[0] if p else "") if p else "")
2828
binary_name = zip_name + (".exe" if o == "windows" else "")

0 commit comments

Comments
 (0)