dave/.travis.yml

15 lines
200 B
YAML
Raw Normal View History

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