Merge pull request #6707 from mkumatag/ppc64le_support

Add ppc64le travis builds
This commit is contained in:
Xiang Li 2016-10-24 12:33:21 -07:00 committed by GitHub
commit 0bb2384547

View File

@ -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: