mirror of
https://github.com/rclone/rclone.git
synced 2024-11-24 09:24:05 +01:00
6427029c4e
* Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
12 lines
133 B
YAML
12 lines
133 B
YAML
language: go
|
|
go_import_path: github.com/pkg/errors
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.4
|
|
- 1.6.2
|
|
- 1.7.1
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|