Skip to content

Commit

Permalink
add circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
stormcat24 committed May 4, 2018
1 parent 063c869 commit 943b7af
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# goperiscope

goperiscope is golang client for Periscope Producer API.
[![Circle CI](https://circleci.com/gh/openfresh/goperiscope.svg?style=shield&circle-token=442c0236cbd0d7728a339c3cd763ee1106e362fe)](https://circleci.com/gh/openfresh/goperiscope)
[![Language](https://img.shields.io/badge/language-go-brightgreen.svg?style=flat)](https://golang.org/)
[![issues](https://img.shields.io/github/issues/openfresh/goperiscope.svg?style=flat)](https://github.com/openfresh/goperiscope/issues?state=open)
[![License: MIT](https://img.shields.io/badge/license-MIT-orange.svg)](LICENSE)

goperiscope is golang client for Periscope Producer API.
11 changes: 11 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/openfresh/goperiscope
steps:
- checkout
- run: go get -u github.com/golang/dep/...
- run: dep ensure
- run: go test -v ./...

0 comments on commit 943b7af

Please sign in to comment.