Files
kata-containers/.travis.yml
Peng Tao 85a9a4a7be CI: enable agent as init process and kata initrd tests
1. let travis build w/ and w/o agent as init process
2. test building kata initrd images

Signed-off-by: Peng Tao <bergwolf@gmail.com>
2018-02-01 23:27:40 +08:00

24 lines
264 B
YAML

#
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
sudo: required
dist: trusty
language: bash
env:
- AGENT_INIT=no
- AGENT_INIT=yes
services:
- docker
before_script:
- ".ci/setup.sh"
script:
- "travis_wait .ci/run.sh"