summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2019-10-21 23:06:31 -0700
committerAlex Flint <[email protected]>2019-10-21 23:06:31 -0700
commit809e9060d082454ac2ece1960fa2c584ba01816d (patch)
tree3d6687e628402ec40c0335b09896b7c8ea732583
parent45d0915afc6ce6efd1e625df07e3c7f4b72b8cc3 (diff)
stop testing with tip on travis
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d2a00fd..87ef507 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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