Skip to content

Commit

Permalink
CI: Enable Travis-CI for x86 linux and linux-ppc64le
Browse files Browse the repository at this point in the history
Fixes: kata-containers#365

Signed-off-by: Nitesh Konkar <[email protected]>
  • Loading branch information
nitkon committed Jun 11, 2018
1 parent 329f704 commit c2397a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (c) 2018 Intel Corporation
# Copyright (c) 2018 IBM
#
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -8,6 +9,9 @@ sudo: required
dist: trusty

language: go
os:
- linux
- linux-ppc64le
go_import_path: github.com/kata-containers/runtime

go:
Expand Down

0 comments on commit c2397a0

Please sign in to comment.