mirror of
https://github.com/Neur0toxine/bash.im-telegram-bot.git
synced 2024-11-21 20:56:10 +03:00
12 lines
229 B
YAML
12 lines
229 B
YAML
dist: xenial
|
|
language: go
|
|
go_import_path: github.com/Neur0toxine/bash.im-telegram-bot
|
|
cache:
|
|
directories:
|
|
- $HOME/.cache/go-build
|
|
- $HOME/gopath/pkg/mod
|
|
go:
|
|
- "1.12"
|
|
script:
|
|
- "make test"
|
|
- "make build" |