Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Nov 4, 2018
1 parent be49f5a commit 24709ae
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 @@ -5,7 +5,7 @@ install:
- go get -u github.com/golang/dep/cmd/dep/...
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.10.2
- go get -u github.com/goreleaser/goreleaser
script: ci_check.sh
script: bash ci_check.sh
services:
- docker
deploy:
Expand Down

0 comments on commit 24709ae

Please sign in to comment.