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

19 lines
218 B
YAML
Raw Normal View History

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