Skip to content

Commit

Permalink
Travis-ci: Added power support for ppc64le
Browse files Browse the repository at this point in the history
Signed-off-by: Devendranath Thadi <devendranath.thadi3@gmail.com>
  • Loading branch information
dthadi3 authored and d4l3k committed Nov 11, 2020
1 parent 7e0a312 commit b804757
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
@@ -1,11 +1,17 @@
language: go

arch:
- AMD64
- ppc64le

go_import_path: github.com/d4l3k/messagediff

os:
- linux

go:
- 1.9.x
- 1.10.x
- 1.14.x
- 1.15.x
- tip

allow_failures:
Expand Down

0 comments on commit b804757

Please sign in to comment.