Files
kata-containers/.travis.yml
Jose Carlos Venegas Munoz 45d4e5fb62 travis: Wait more than 10 min
Use travis configuration to wait more than 10 min

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
2018-01-26 11:04:57 -06:00

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"