Skip to content

Commit 9301354

Browse files
committed
fix: remove dep
1 parent 947f78f commit 9301354

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ go:
33
- stable
44
script:
55
- go get -v github.com/mitchellh/gox
6-
- go get -v github.com/golang/dep/cmd/dep
7-
- dep ensure -v -vendor-only
86
- 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'
7+
- "./workflow/bin/alfred-qiita-workflow --version"

0 commit comments

Comments
 (0)