This website requires JavaScript.
Explore
Help
Sign In
vmware-tanzu
/
velero
mirror of
https://github.com/vmware-tanzu/velero.git
Watch
1
Star
0
Fork
You've already forked velero
0
Code
Issues
Projects
Releases
Wiki
Activity
83c3143825
velero
/
.travis.yml
12 lines
93 B
YAML
Raw
Normal View
History
Unescape
Escape
Add travis support 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>
2017-10-30 14:17:33 +00:00
language
:
go
go
:
switch to debian:stretch-slim base images and go 1.12.x Signed-off-by: Steve Kriss <krisss@vmware.com>
2019-04-12 17:42:21 +00:00
-
1.12
.x
Add travis support 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>
2017-10-30 14:17:33 +00:00
Use a custom builder image Use a custom builder image to do all of Ark's builds. This image now contains k8s.io/code-generator for code generation. Enable docker in travis to use the builder image. Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
2018-03-14 21:24:07 +00:00
sudo
:
required
services
:
-
docker
Only run CI when relevant files have changed If nothing outside of the site directory was modified, don't run `make ci`. Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
2019-05-20 17:13:18 +00:00
script
:
hack/ci-check.sh