Skip to content

Commit

Permalink
Adding circleCI so branches can build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeggies committed Oct 28, 2019
1 parent 0cb7eb3 commit 890e8ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2.1

jobs:
build:
docker:
- image: circleci/golang:1.13.3
steps:
- run:
name: This is needed to get CircleCI building on branches
command: |
echo 'This will be overwritten once PR 72 is merged!'

0 comments on commit 890e8ee

Please sign in to comment.