We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad6aea commit 711263fCopy full SHA for 711263f
.travis.yml
@@ -36,11 +36,6 @@ script:
36
# Only build binaries from the latest Go release.
37
- if [ "${LATEST}" = "true" ]; then gox -os="linux darwin windows" -arch="amd64" -output="flarectl.{{.OS}}.{{.Arch}}" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi
38
39
-notifications:
40
- email:
41
- recipients:
42
- - jamesog@cloudflare.com
43
-
44
# deploy:
45
# provider: releases
46
# skip_cleanup: true
0 commit comments