Skip to content

Commit

Permalink
Test with Circle
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Feb 6, 2018
1 parent 4bee82e commit abdde6a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circle/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang
working_directory: /go/src/github.com/united-drivers/postal
steps:
- checkout
- restore_cache:
keys:
- v1-pkg-cache
- run: go get -v . && got get -t -v .
- run: make test
- save_cache:
key: v1-pkg-cache
paths:
- /go/pkg

0 comments on commit abdde6a

Please sign in to comment.