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 947f78f commit 9301354Copy full SHA for 9301354
.travis.yml
@@ -3,7 +3,5 @@ go:
3
- stable
4
script:
5
- go get -v github.com/mitchellh/gox
6
- - go get -v github.com/golang/dep/cmd/dep
7
- - dep ensure -v -vendor-only
8
- gox -osarch="linux/amd64" -output="workflow/bin/alfred-qiita-workflow" -ldflags="-X main.Version=`git describe --tags --match 'v*'`"
9
- - './workflow/bin/alfred-qiita-workflow --version'
+ - "./workflow/bin/alfred-qiita-workflow --version"
0 commit comments