contentserver/.travis.yml
2020-03-30 22:52:01 +02:00

11 lines
112 B
YAML

language: go
go: "1.14"
os:
- linux
dist: trusty
sudo: false
install: true
script:
- make dep
- make test