From ed1cc33f913b6810a64500989361d6b8dc0d95d5 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 22 Sep 2017 15:39:16 +0200 Subject: [PATCH] Fix: Travis build broken through different tools Signed-off-by: Knut Ahlers --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c9d0eb..ea92d04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: go go: - - 1.3 - - 1.4 + - 1.7 + - 1.8 + - 1.9 - tip -install: go get -v ./... -script: go test -v --bench=. ./... +script: go test -v --bench=. github.com/Luzifer/password github.com/Luzifer/password/lib