From fcecc823d05e05f023ae0f80d67e88b6bfc79552 Mon Sep 17 00:00:00 2001 From: cgrates Date: Sun, 22 Jun 2014 10:12:07 +0300 Subject: [PATCH] added all supported go versions to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 42429258e..6f9e0c984 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: go go: + - 1.2 - 1.3 + - tip script: $TRAVIS_BUILD_DIR/test.sh