Files
goutubedl/.travis.yml
Mattias Wadman 88fc6c8d7a init
2019-07-23 21:39:07 +02:00

11 lines
209 B
YAML

sudo: required
services:
- docker
language: go
go:
- "1.12"
# a bit strange but want to reuse the test Dockerfile
script: docker build --build-arg GO_VERSION=$(go version | cut -d' ' -f 3 | cut -b 3-) .