Skip to content

Commit c1a0811

Browse files
committed
build: someday travis will stop complaining
1 parent bb6fad3 commit c1a0811

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ script:
1414
- make test
1515

1616
after_success:
17-
- if [ ! -z "$TRAVIS_TAG" ]; then
18-
gox -tags=deploy_build -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
19-
fi
20-
17+
- if [ ! -z "$TRAVIS_TAG" ]; then gox -tags=deploy_build -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"; fi
2118

2219
deploy:
2320
provider: releases

0 commit comments

Comments
 (0)