mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-10 18:23:54 +00:00
17 lines
241 B
YAML
17 lines
241 B
YAML
language: go
|
|
|
|
go_import_path: github.com/vcaesar/tt
|
|
|
|
go:
|
|
# - 1.8.x
|
|
# - 1.9.x
|
|
# - 1.10.x
|
|
- 1.11.x
|
|
- 1.12.x
|
|
# - tip
|
|
|
|
install:
|
|
- export PATH=$PATH:$HOME/gopath/bin
|
|
# - go get -u github.com/shirou/gopsutil
|
|
- go get -v -t ./...
|