Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
fix travis, 1.10 doesnt support by unconvert anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezg committed Nov 9, 2019
1 parent 27936f6 commit ca0248e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ca0248e

Please sign in to comment.