From 56c61064779577398a1668ad16fed77707406a10 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Thu, 10 Sep 2015 09:50:57 +0100 Subject: [PATCH] Specify point versions in Travis --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index eeaf72b..86b428f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,10 @@ language: go script: "./test.sh" sudo: false go: - - 1.2 - - 1.3 - - 1.4.1 - - 1.5 + - 1.2.2 + - 1.3.3 + - 1.4.2 + - 1.5.1 - tip before_install: - go get github.com/axw/gocov/gocov