contentserver/.travis.yml
2019-06-03 19:24:06 +02:00

11 lines
112 B
YAML

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