Skip to content

Commit

Permalink
restore circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Jan 5, 2018
1 parent d2e8fc2 commit cd9d9ff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions circle.yml
@@ -0,0 +1,10 @@
# circle.yml is needed for private repository (hatena/mackerel-agent)
machine:
timezone:
Asia/Tokyo

test:
override:
- make lint
- make cover
- test `gofmt -l . | wc -l` = 0

0 comments on commit cd9d9ff

Please sign in to comment.