From 8c0ced21b506be4e8e4405a3897df3234165b2dd Mon Sep 17 00:00:00 2001 From: n0vad3v Date: Tue, 3 Mar 2020 22:27:56 +0800 Subject: [PATCH] Try different os --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 91740fd..d515d5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,13 @@ go: arch: - amd64 - arm64 + - ppc64le + - s390x + +os: + - windows + - osc + - linux env: GO111MODULE=on