stop testing with tip on travis

This commit is contained in:
Alex Flint 2019-10-21 23:06:31 -07:00
parent 45d0915afc
commit 809e9060d0
1 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,7 @@
language: go language: go
go: go:
- "1.10"
- "1.12" - "1.12"
- tip - "1.13"
env:
- GO111MODULE=on # will only be used in go 1.11
before_install: before_install:
- go get github.com/axw/gocov/gocov - go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls - go get github.com/mattn/goveralls