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

Commit

Permalink
Merge pull request #49 from secrethub/feature/circleci
Browse files Browse the repository at this point in the history
Add CircleCI config
  • Loading branch information
SimonBarendse committed Apr 4, 2019
2 parents 3c38eb6 + c3ca4db commit 197ee71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,8 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12
steps:
- checkout
- run: make test

0 comments on commit 197ee71

Please sign in to comment.