From 5370bd05deaa195a853b8f47dcad74688493c102 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 19 Sep 2014 20:00:36 -0700 Subject: [PATCH] Added a travis-ci.org project specification. Use Go 1.0, 1.1, 1.2, 1.3, and tip. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2e8d40d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: go +go: + - 1.0 + - 1.1 + - 1.2 + - 1.3 + - tip -- 2.30.2