Skip to content

Commit

Permalink
Fix travis builds part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wslaghekke committed Nov 19, 2017
1 parent 9730d36 commit e5431c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- glide install

script:
- if [ "${LATEST}" = "true" ]; then gox -os="linux darwin windows" -arch="amd64" -output="ksecret.{{.OS}}.{{.Arch}}" -ldflags "-X cmd.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi
- if [ "${LATEST}" = "true" ]; then gox -os="linux darwin windows" -arch="amd64" -output="ksecret-{{.OS}}-{{.Arch}}" -ldflags "-X cmd.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi

deploy:
provider: releases
Expand Down

0 comments on commit e5431c3

Please sign in to comment.