commit | 444a1add2590a12f983d2209f7fb9b561c4e60f7 | [log] [tgz] |
---|---|---|
author | Justinas Stankevicius <justinas@justinas.me> | Sun Jun 08 12:35:23 2014 +0300 |
committer | Justinas Stankevicius <justinas@justinas.me> | Sun Jun 08 12:35:23 2014 +0300 |
tree | 4baef3fbe136c2682b02ed9f44f98b7cdd30b8b9 | |
parent | 32c45f9f3dfed314518550b8efad916daedd5143 [diff] |
Add Travis
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d87d465 --- /dev/null +++ b/.travis.yml
@@ -0,0 +1,7 @@ +language: go + +go: + - 1.0 + - 1.1 + - 1.2 + - tip