1
mirror of https://github.com/rclone/rclone synced 2024-11-13 12:09:47 +01:00
rclone/vendor/github.com/ncw/go-acd/.travis.yml
Nick Craig-Wood f7af730b50 Use a vendor directory for repeatable builds - fixes #816
This is using godep to manage the vendor directory.
2016-11-05 18:18:08 +00:00

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