From f96e2614fc420c31da63fe3fe6f140f58be72094 Mon Sep 17 00:00:00 2001 From: Marius Date: Sat, 26 Dec 2015 22:36:38 +0100 Subject: [PATCH] Test against Go 1.5 and 1.6 on Travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index dd08616..9680be4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,14 @@ go: - 1.2 - 1.3 - 1.4 +- 1.5 +- 1.6 - tip +env: + global: + - GO15VENDOREXPERIMENT=1 + matrix: allow_failures: - go: tip