From 48cf387dd56a3b48c14b599ddcdd3352a55e06f3 Mon Sep 17 00:00:00 2001 From: xenolf Date: Sun, 14 Feb 2016 01:03:40 +0100 Subject: [PATCH] Run tests with multiple versions of go. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4f2ee4d9..6150083b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,6 @@ language: go + +go: + - 1.4.3 + - 1.5.3 + - tip \ No newline at end of file