Update travis CI config and clean up gitignore

This commit is contained in:
Weilin Shi 2018-02-23 10:07:13 +08:00
parent 6a043360ff
commit d13db8c2b6
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -12,4 +12,3 @@
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
.idea/workspace.xml

View File

@ -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