Skip to content

Commit

Permalink
Add CircleCI (#3)
Browse files Browse the repository at this point in the history
* Add CircleCI config

* Add workflow

* Add CI badge
  • Loading branch information
charithe authored Apr 12, 2019
1 parent 4774c62 commit 44e76e6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2.1

jobs:
test:
docker:
- image: circleci/golang:latest
steps:
- checkout
- run: go test ./...

workflows:
version: 2.1
test:
jobs:
- test
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![CircleCI](https://circleci.com/gh/charithe/durationcheck.svg?style=svg)](https://circleci.com/gh/charithe/durationcheck)



Duration Check
===============

Expand Down

0 comments on commit 44e76e6

Please sign in to comment.