From 1d9b7dcbc8a7828d2af35e27fabae5ebb5ab3b32 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 1 Jan 2019 14:44:25 +0100 Subject: [PATCH] Build on more Go versions Signed-off-by: Knut Ahlers --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea92d04..2719233 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ language: go go: - - 1.7 - - 1.8 - - 1.9 + - 1.7.x + - 1.8.x + - 1.9.x + - 1.10.x + - 1.11.x - tip script: go test -v --bench=. github.com/Luzifer/password github.com/Luzifer/password/lib