mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
remove travis ci 1.8.x
This commit is contained in:
parent
4c114b0232
commit
600734c884
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ language: go
|
|||
|
||||
go:
|
||||
# - 1.7.x
|
||||
- 1.8.x
|
||||
# - 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- tip
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
version string = "v0.48.0.525, Ben Nevis!"
|
||||
version string = "v0.48.0.529, Ben Nevis!"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
|
|||
Loading…
Reference in a new issue