14 lines
200 B
YAML
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
|