mirror of
https://github.com/Neur0toxine/bash.im-telegram-bot.git
synced 2024-11-21 20:56:10 +03:00
7 lines
87 B
YAML
7 lines
87 B
YAML
dist: xenial
|
|
language: go
|
|
go:
|
|
- "1.12"
|
|
script:
|
|
- "make test"
|
|
- "make build" |