dave/.travis.yml
2018-04-13 12:53:10 +02:00

14 lines
200 B
YAML

language: go
git:
depth: false
go:
- 1.9.5
- "1.10.1"
os:
- linux
- osx
- windows
install:
- go get github.com/golang/dep/cmd/dep
- go get github.com/magefile/mage
- mage -v install