Skip to content

Commit

Permalink
Merge pull request #15 from dthadi3/ppc64le
Browse files Browse the repository at this point in the history
Travis-ci: added support for ppc64le
  • Loading branch information
satta committed Nov 24, 2020
2 parents b384c48 + 4ea39f7 commit 9240e18
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: go
sudo: false
arch:
- AMD64
- ppc64le
before_script:
- go get -t ./...
- go vet ./...
- go get -t ./...
- go vet ./...
script: make release test
deploy:
provider: releases
Expand Down

0 comments on commit 9240e18

Please sign in to comment.