Skip to content

Commit

Permalink
adding initial circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Sep 3, 2018
1 parent 0f9d5e1 commit b6e27d7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
jobs:
build:
working_directory: /go/src/github.com/reactiveops/rbac-lookup

docker:
- image: circleci/golang:1.10

steps:
- checkout
- run: curl https://glide.sh/get | sh
- run: glide install
- run: go test -v ./lookup/...

0 comments on commit b6e27d7

Please sign in to comment.