From 14a49b39b37b67e7c4d0f9df86ff005c55e539ff Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Fri, 17 Nov 2017 10:03:34 +0300 Subject: [PATCH] Bump Go versions --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b3f5cc..564728a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,11 @@ go_import_path: github.com/kardianos/service sudo: required go: - - 1.6 - - tip + - 1.6.x + - 1.7.x + - 1.8.x + - 1.9.x + - master before_install: - go get github.com/mattn/goveralls