mirror of
https://github.com/rclone/rclone.git
synced 2024-12-02 05:14:55 +01:00
23 lines
306 B
YAML
23 lines
306 B
YAML
|
# enable container-based infrastructure by setting sudo to false
|
||
|
sudo: false
|
||
|
|
||
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.4
|
||
|
- tip
|
||
|
|
||
|
matrix:
|
||
|
allow_failures:
|
||
|
- go: tip
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
|
||
|
install:
|
||
|
- wget -qO- https://raw.githubusercontent.com/pote/gpm/v1.3.2/bin/gpm | bash
|
||
|
|
||
|
script:
|
||
|
- make test testrace
|