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
ed0eb865ec
velero
/
.travis.yml
12 lines
84 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
:
update to go 1.10 & alpine 3.7 Signed-off-by: Steve Kriss <steve@heptio.com>
2018-04-17 19:02:42 +00:00
-
1.10
.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
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
script
:
make ci