Skip to content

Commit

Permalink
Support Circle 2.0 (#55)
Browse files Browse the repository at this point in the history
* support Circle 2.0
  • Loading branch information
Preetam authored Jul 17, 2018
1 parent 9b26c20 commit b1605b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
jobs:
build:
working_directory: /go/src/github.com/Preetam/lm2
docker:
- image: golang:1.10
steps:
- checkout
- run: go test -v -race

0 comments on commit b1605b2

Please sign in to comment.