Skip to content

Commit

Permalink
add ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 8, 2018
1 parent 3ad8e9c commit 5c02ead
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 0.2

phases:
install:
commands:
- go get -t ./...
build:
commands:
- go test -cover -v ./...

0 comments on commit 5c02ead

Please sign in to comment.