Skip to content

Commit

Permalink
add esc, only generate once
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Nov 4, 2018
1 parent 24709ae commit 24e0c8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
project_name: Audimance
before:
hooks:
- go generate
builds:
- binary: audimance
env:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ go:
- "1.11"
install:
- go get -u github.com/golang/dep/cmd/dep/...
- go get -u github.com/mjibson/esc
- 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: bash ci_check.sh
Expand Down

0 comments on commit 24e0c8d

Please sign in to comment.