Skip to content

Commit a795fcf

Browse files
author
Julien Garcia Gonzalez
committed
Bump version 1.2.6
1 parent bba5d65 commit a795fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ addons:
1616
script:
1717
- go generate ./clair
1818
- go get github.com/mitchellh/gox
19-
- gox -os="linux" -os="darwin" -arch="amd64 386" -output="out/{{.Dir}}-{{.OS}}-{{.Arch}}" -ldflags "-X github.com/jgsqware/clairctl/cmd.version=$(cat VERSION)" -v
19+
- gox -os="linux" -os="darwin" -arch="amd64 386" -output="out/{{.Dir}}-{{.OS}}-{{.Arch}}" -ldflags "-X github.com/jgsqware/clairctl/cmd.version=$(cat VERSION)"
2020

2121
deploy:
2222
provider: releases

0 commit comments

Comments
 (0)