Testing travis-ci.org integration
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..398015d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: go
+go:
+    - release
+install: go get launchpad.net/gocheck
+