MovieNight/.travis.yml
Zorchenhimer cf2891465b Enable module support for Travis
I knew I was forgetting something.
2019-04-04 10:38:14 -04:00

11 lines
90 B
YAML

language: go
before_install:
- make get
go:
- 1.12.x
env:
- GO111MODULE=on