Files
kata-containers/.travis.yml
Jose Carlos Venegas Munoz be3266fb00 ci: Add travis basic testing
Add basic a few tests to be run by travis.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
2018-01-19 12:51:07 -06:00

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"