commit | 4a7bf624c08de49471a78a3c78ac01626bb1ceb3 | [log] [tgz] |
---|---|---|
author | Mitchell Hashimoto <xmitchx@gmail.com> | Sat May 16 17:58:23 2015 -0700 |
committer | Mitchell Hashimoto <xmitchx@gmail.com> | Sat May 16 17:58:23 2015 -0700 |
tree | 6ea90330ca2f08bd242b742364cd450e9011d457 | |
parent | aede19f38fb2a17921fc99b684831e277b3596d5 [diff] |
Create .travis.yml
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7f3fe9a --- /dev/null +++ b/.travis.yml
@@ -0,0 +1,7 @@ +language: go + +go: + - 1.4 + +script: + - go test