From c2397a09812ec2065d3c9d4277528000d5941dca Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Mon, 11 Jun 2018 14:26:24 +0530 Subject: [PATCH] CI: Enable Travis-CI for x86 linux and linux-ppc64le Fixes: #365 Signed-off-by: Nitesh Konkar --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8887defe53..3ad630266e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: