Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Travis-ci: added support for ppc64le #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: go
arch:
- AMD64
- ppc64le
go:
- 1.2
- 1.15
before_install:
- go get github.com/onsi/ginkgo/...
- go get github.com/onsi/gomega/...
Expand Down