# # 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"