mirror of
https://github.com/sony/sonyflake.git
synced 2026-01-06 11:16:20 +00:00
9 lines
107 B
YAML
9 lines
107 B
YAML
language: go
|
|
go:
|
|
- 1.4
|
|
- tip
|
|
sudo: false
|
|
script:
|
|
- go test -v .
|
|
- cd example && ./linux64_build.sh
|