mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-11-02 09:33:26 -05:00
.travis.yml: Set Go 1.12 as the minimum version
I'm getting errors when attempting to build with any older version:
golang.org/x/term
# golang.org/x/term
../../../golang.org/x/term/term_unix_linux.go:9:7: ioctlReadTermios redeclared in this block
previous declaration at ../../../golang.org/x/term/term_unix_aix.go:9:26
../../../golang.org/x/term/term_unix_linux.go:10:7: ioctlWriteTermios redeclared in this block
previous declaration at ../../../golang.org/x/term/term_unix_aix.go:10:27
This commit is contained in:
@@ -4,8 +4,8 @@ os:
|
||||
- linux
|
||||
|
||||
go:
|
||||
- 1.9.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- master
|
||||
|
||||
before_install:
|
||||
|
||||
Reference in New Issue
Block a user