aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2016-05-14 15:57:31 -0400
committerGrant Ammons <gammons@gmail.com>2016-05-14 15:57:31 -0400
commit4c35ff518fc1cddb1729d168c3be47848305e4db (patch)
tree03389ba9dd5bcc1a446e2e3874790c47fc87b5b2
parent849ba79e6748d0337ffbc121bd854cff9d271581 (diff)
Add travis yml file
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e5e8c43
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: go
+sudo: false
+go:
+ - 1.6.2
+os:
+ - linux
+ - osx
+script:
+ - go test -v ./...