Closed frou closed 5 years ago
Probably want something like this:
before_install: - go get github.com/magefile/mage/... - go get -d github.com/frou/yt2pod # TODO(DH): Can the repo URL come from an env var? install: - mage
https://docs.travis-ci.com/user/languages/go/
Nah
Probably want something like this:
https://docs.travis-ci.com/user/languages/go/