Skip to content

Commit

Permalink
testing out CirclCI for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Jun 15, 2019
1 parent 430239e commit b589b63
Showing 1 changed file with 11 additions and 0 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.12

steps:
- checkout
- run: go test ./...


0 comments on commit b589b63

Please sign in to comment.