mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 21:14:56 +00:00
Remove realpath as Travis doesn't have it Use bash instead of sh for build + test Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
7 lines
45 B
YAML
7 lines
45 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
|
|
script: make ci
|