Skip to content

Commit

Permalink
circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
bgetsug committed Mar 8, 2018
1 parent 8c42db8 commit 950c267
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
working_directory: /go/src/github.com/bgetsug/tt
steps:
- checkout
- run:
name: Dep
command: dep ensure
- run:
name: GoReleaser
command: curl -sL https://git.io/goreleaser | bash

0 comments on commit 950c267

Please sign in to comment.