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

Commit ca0248e

Browse files
committed
fix travis, 1.10 doesnt support by unconvert anymore
1 parent 27936f6 commit ca0248e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
language: go
22
go_import_path: github.com/pkg/errors
33
go:
4-
- 1.10.x
54
- 1.11.x
65
- 1.12.x
6+
- 1.13.x
77
- tip
88

9+
env:
10+
- GO111MODULE=off
11+
912
script:
1013
- make check

0 commit comments

Comments
 (0)