mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 03:48:45 +00:00
Add basic a few tests to be run by travis. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
20 lines
210 B
YAML
20 lines
210 B
YAML
#
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
sudo: required
|
|
dist: trusty
|
|
|
|
language: bash
|
|
|
|
services:
|
|
- docker
|
|
|
|
before_script:
|
|
- ".ci/setup.sh"
|
|
|
|
script:
|
|
- ".ci/run.sh"
|