1
mirror of https://github.com/rclone/rclone synced 2024-11-11 09:30:44 +01:00
rclone/vendor/github.com/a8m/tree/.travis.yml
2017-07-26 23:06:48 +01:00

13 lines
148 B
YAML

language: go
sudo: false
go:
- 1.6.4
- 1.7.4
- 1.8.3
- tip
install:
- go get -t -v ./...
script:
- go test -v ./...
- ./compileall.sh