mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
11 lines
112 B
YAML
11 lines
112 B
YAML
language: go
|
|
go: "1.14"
|
|
os:
|
|
- linux
|
|
dist: trusty
|
|
sudo: false
|
|
install: true
|
|
script:
|
|
- make dep
|
|
- make test
|