From 98451979f650bf390adb077a4d1499a7ce7fe33d Mon Sep 17 00:00:00 2001 From: Julian K Date: Sun, 16 Apr 2017 09:07:28 +0200 Subject: [PATCH] [TASK] travis test with more Go versions (#55) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80a34df..3c3818a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go go: - - tip + - 1.8.x + - master install: - go get -t github.com/FreifunkBremen/yanic/... - go get github.com/mattn/goveralls