mirror of
https://github.com/wahyd4/jabba.git
synced 2026-08-09 12:56:36 +10:00
7 lines
71 B
YAML
7 lines
71 B
YAML
language: go
|
|
go:
|
|
- 1.8
|
|
- tip
|
|
install: make fetch
|
|
script: make test
|