Update .travis.yml (#163)

Add support for IBM Power.
This commit is contained in:
Rafael Peria de Sene 2019-02-24 12:55:17 -03:00 committed by Alex Goodman
parent 5ff66f2e26
commit 9a6af6bb60

View File

@ -1,5 +1,9 @@
language: go
os:
- linux
- linux-ppc64le
go:
- '1.9.x'
- '1.10.x'