rclone/vendor/github.com/a8m/tree/.travis.yml

19 lines
218 B
YAML
Raw Normal View History

2017-07-26 22:00:20 +00:00
language: go
sudo: false
go:
2019-02-09 12:50:35 +00:00
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
2017-07-26 22:00:20 +00:00
- tip
2019-02-09 12:50:35 +00:00
matrix:
allow_failures:
- go: tip
2017-07-26 22:00:20 +00:00
install:
- go get -t -v ./...
script:
- go test -v ./...
- ./compileall.sh