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 3d14fa9 commit f5b3b23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.10
working_directory: /go/src/github.com/bgetsug/tt
steps:
- checkout
- run:
name: goreleaser
command: curl -sL https://git.io/goreleaser | bash
6 changes: 0 additions & 6 deletions circle.yml

This file was deleted.

0 comments on commit f5b3b23

Please sign in to comment.