From 8f1121f54daa196950ef5299bdf631e0472307ff Mon Sep 17 00:00:00 2001 From: Emir Pasic Date: Wed, 7 Sep 2016 05:25:42 +0200 Subject: [PATCH] test different go versions with travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index ff2c2cd..b7fa869 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,10 @@ language: go go: + - 1.1 + - 1.2 + - 1.3 - 1.4 + - 1.5 + - 1.6 + - 1.7 - tip