Skip to content

Commit

Permalink
Merge pull request #21 from gcpug/fix-ci
Browse files Browse the repository at this point in the history
Add .circleci/config.yml
  • Loading branch information
vvakame authored Jul 18, 2019
2 parents 3262930 + 7d5dba9 commit 4f65476
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12.7
steps:
- checkout
- run: go test ./...

0 comments on commit 4f65476

Please sign in to comment.