Skip to content

Commit

Permalink
Circle CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaldekloe committed Sep 4, 2019
1 parent 0f808e8 commit 6fc0b50
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.13
working_directory: /go/src/github.com/pascaldekloe/jwt
steps:
- checkout
- run:
name: Unit Tests
command: go test -v ./...

0 comments on commit 6fc0b50

Please sign in to comment.