overdue
This commit is contained in:
22
.rclone_repo/vendor/github.com/ncw/go-acd/.travis.yml
generated
vendored
Executable file
22
.rclone_repo/vendor/github.com/ncw/go-acd/.travis.yml
generated
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user