From fbe4e7fb599b095038611dc3493c8567ada09c13 Mon Sep 17 00:00:00 2001 From: Ingo Oeser Date: Fri, 20 May 2016 17:28:57 +0200 Subject: [PATCH] test more versions. --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index f1309c9..76e5962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,14 @@ language: go +go: + - 1.4.3 + - 1.6.2 + - tip +# Only test commits to production branch and all pull requests +branches: + only: + - master + +matrix: + allow_failures: + - go: tip