From 11b25c5637d96844d658408d8f9df4df3a32a4f2 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Sun, 28 Jan 2018 20:35:28 +0100 Subject: [PATCH] Add tests for go 1.6&1.7 (#56) * Add tests for go 1.6&1.7 * Dont install dep * Update README * Remove go tip from tests --- .travis.yml | 3 ++- README.md | 2 +- Taskfile.yml | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7487d32..df30dbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: go go: + - 1.6 + - 1.7 - 1.8 - 1.9 - - tip env: global: diff --git a/README.md b/README.md index be5750c..8fc8fa2 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ To update Objx to the latest version, run: go get -u github.com/stretchr/objx ### Supported go versions -We support the lastest two major Go versions, which are 1.8 and 1.9 at the moment. +We support the lastest four major Go versions, which are 1.6, 1.7, 1.8 and 1.9 at the moment. ## Contributing Please feel free to submit issues, fork the repository and send pull requests! diff --git a/Taskfile.yml b/Taskfile.yml index f803564..7d01994 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -5,7 +5,6 @@ dl-deps: desc: Downloads cli dependencies cmds: - go get -u github.com/golang/lint/golint - - go get -u github.com/golang/dep/cmd/dep update-deps: desc: Updates dependencies