From 0642b4e61e33fb19580739f9cb21f890c546a02e Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Sat, 22 Oct 2016 11:59:59 -0700 Subject: [PATCH] travis: Add ppc64le travis builds --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9af7ffa5f..98b0b4a56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: - TARGET=arm64 - TARGET=arm - TARGET=386 + - TARGET=ppc64le matrix: fast_finish: true @@ -27,6 +28,8 @@ matrix: env: TARGET=arm64 - go: tip env: TARGET=386 + - go: tip + env: TARGET=ppc64le addons: apt: