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
go:
- "1.10"
- "1.12"
- tip
env:
- GO111MODULE=on # will only be used in go 1.11
- "1.13"
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls