mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-12 15:17:16 +03:00
14 lines
105 B
YAML
14 lines
105 B
YAML
language: go
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
install:
|
|
- make deps
|
|
|
|
default:
|
|
- make test
|
|
|
|
go:
|
|
- 1.4
|