dex/vendor/github.com/beevik/etree/.travis.yml
2018-12-03 17:13:56 +00:00

17 lines
154 B
YAML

language: go
sudo: false
go:
- 1.4.2
- 1.5.1
- 1.6
- tip
matrix:
allow_failures:
- go: tip
script:
- go vet ./...
- go test -v ./...