Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Add circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
canhlinh committed Nov 4, 2018
1 parent b5a55d8 commit cb360c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.11
working_directory: ~/gphoto
steps:
- checkout
- run: go test -v -race

0 comments on commit cb360c8

Please sign in to comment.