mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
CI: Enable Travis-CI for x86 linux and linux-ppc64le
Fixes: #365 Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>
This commit is contained in:
parent
329f70463a
commit
c2397a0981
@ -1,5 +1,6 @@
|
||||
#
|
||||
# Copyright (c) 2018 Intel Corporation
|
||||
# Copyright (c) 2018 IBM
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
@ -8,6 +9,9 @@ sudo: required
|
||||
dist: trusty
|
||||
|
||||
language: go
|
||||
os:
|
||||
- linux
|
||||
- linux-ppc64le
|
||||
go_import_path: github.com/kata-containers/runtime
|
||||
|
||||
go:
|
||||
|
Loading…
Reference in New Issue
Block a user