summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-06-25 11:52:32 -0400
committer=Corey Hulen <corey@hulen.com>2015-06-25 11:52:32 -0400
commit6ee153d7f8cfc14d3339e5e341e8ead330456c0d (patch)
treeb319019f62fbb19f31d7a6c0bc0a363218d63a37 /.travis.yml
parent5e6fb9c181d6bfaab1a9cd717b412a294757ea53 (diff)
downloadchat-6ee153d7f8cfc14d3339e5e341e8ead330456c0d.tar.gz
chat-6ee153d7f8cfc14d3339e5e341e8ead330456c0d.tar.bz2
chat-6ee153d7f8cfc14d3339e5e341e8ead330456c0d.zip
inital travis file
Diffstat (limited to '.travis.yml')
-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 000000000..8408fb7b4
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: go
+
+go:
+ - 1.4
+ - tip \ No newline at end of file