From 59275ebb309ed27b6ab45f0dcc891c7491ae72cb Mon Sep 17 00:00:00 2001 From: Ilija Matoski Date: Thu, 23 Mar 2017 21:03:16 +0100 Subject: [PATCH] Updated .travis.yml to build go version `1.4.x`, `1.8.x` and `master` --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c8976a..ef5f1e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,10 @@ language: go services: - mongodb go: - - 1.4.2 - - tip + - 1.4.x + - 1.8.x + - master + # NOTE: no tip, see https://github.com/travis-ci/gimme/issues/38 install: - go get . - go get github.com/smartystreets/goconvey