diff --git a/.gitignore b/.gitignore index 902846f..a1338d6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,3 @@ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ -.idea/workspace.xml diff --git a/.travis.yml b/.travis.yml index 1ade6be..6403c9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: go go: - 1.8.x - 1.9.x + - 1.10.x script: - go test -race -coverprofile=coverage.txt -covermode=atomic