Browse Source

Disabled s390x builds for now due to problems with Travis.

Dmitry Panov 5 years ago
parent
commit
8cff03df8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ go:
 
 arch:
   - amd64
-  - s390x
+#  - s390x
 
 env:
   - RACE="-race"