fix travis, 1.10 doesnt support by unconvert anymore

pull/206/head
aperezg 2019-11-01 17:49:06 +01:00 committed by Adrian Perez
parent 27936f6d90
commit ca0248e19b
1 changed files with 4 additions and 1 deletions

View File

@ -1,10 +1,13 @@
language: go
go_import_path: github.com/pkg/errors
go:
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- tip
env:
- GO111MODULE=off
script:
- make check