summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Paoletti <[email protected]>2014-03-04 22:02:44 -0800
committerTom Paoletti <[email protected]>2014-03-04 23:51:54 -0800
commit3099159c0d28b558e9e3acbad0824788b83dbf59 (patch)
tree3bb4ca061f5820d8e9d2f9c4aec1fcfc6cb3341e
parent40a9dc55c90e8c9261d9471ceae0c8ed3a8067a0 (diff)
Basic configuration for travis-ci
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..b56a94e
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: go
+
+go:
+ - tip
+