remove tests with go 1.8 due to conflict with cobra/vipe

This commit is contained in:
Michael Muré 2018-07-19 14:40:41 +02:00
parent a2a50f3de0
commit 2bbb145801
No known key found for this signature in database
GPG Key ID: A4457C029293126F
3 changed files with 2 additions and 7 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- "1.8"
- "1.9"
- "1.10.x"
install:

2
Gopkg.lock generated
View File

@ -112,6 +112,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "afa5ad0f3fc2fcf050827b85570638dc9a787498e73200b01b01432bba1b1e1c"
inputs-digest = "ca22621dbddb833057afb8794a9b87598a6bec5fa0db620d3368c3d235e04c3c"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -61,11 +61,6 @@
name = "github.com/graphql-go/handler"
version = "v0.2.1"
# required for test on travis with go 1.8
[[override]]
name = "github.com/spf13/viper"
version = "1.0.2"
[prune]
go-tests = true
unused-packages = true