mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 03:48:45 +00:00
Use travis configuration to wait more than 10 min Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
20 lines
222 B
YAML
20 lines
222 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:
|
|
- "travis_wait .ci/run.sh"
|