mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-05 02:01:03 +00:00
10 lines
118 B
YAML
10 lines
118 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.12.x
|
|
env:
|
|
- GO111MODULE=on
|
|
before_install:
|
|
- make update-deps
|
|
install:
|
|
- make |