Browse Source

Merge branch 'master' of https://github.com/Shopify/sarama

Shriram Rajagopalan 9 years ago
parent
commit
a95632e0fd
1 changed files with 9 additions and 0 deletions
  1. 9 0
      dev.yml

+ 9 - 0
dev.yml

@@ -0,0 +1,9 @@
+name: sarama
+
+up:
+  - go: 1.6.2
+
+commands:
+  test:
+    run: make test
+    desc: 'run unit tests'