From ceceae9e6cf32870a805085dfc80ba08095d7d0c Mon Sep 17 00:00:00 2001 From: Dave Grijalva Date: Tue, 2 Jun 2015 15:02:28 -0700 Subject: [PATCH] added travis ci file --- .travis.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.json diff --git a/.travis.json b/.travis.json new file mode 100644 index 0000000..2070f67 --- /dev/null +++ b/.travis.json @@ -0,0 +1,6 @@ +language: go + +go: + - 1.2.2 + - 1.3.3 + - 1.4.2