Skip to content

Commit

Permalink
Add .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Jul 18, 2019
1 parent 3262930 commit 7d5dba9
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 7d5dba9

Please sign in to comment.