From 112c267af5fc0fe1e31b7ca3b18f945bc22b716b Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 15 Oct 2018 11:22:47 -0400 Subject: [PATCH] travis: updates fix golint url and add newer golang versions Signed-off-by: Vincent Batts --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 642f159..4a115ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,17 @@ language: go go: - 1.x + - 1.11.x + - 1.10.x - 1.9.x - 1.8.x - 1.7.x - - 1.6.x sudo: false before_install: - git config --global url."https://".insteadOf git:// - - go get -u github.com/golang/lint/golint + - go get -u -v golang.org/x/lint/golint - mkdir -p $GOPATH/src/github.com/emojisum && ln -sf $(pwd) $GOPATH/src/github.com/emojisum/emojisum - go get -d ./...