mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 06:34:03 +00:00
Merge pull request #367 from nitkon/travis
CI: Enable Travis-CI for linux-ppc64le
This commit is contained in:
commit
2ac74ae8b5
@ -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