Skip to content

Commit

Permalink
Travis-ci: added support for ppc64le and updated go versions 1.14 & 1.15
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 deckarep committed Nov 29, 2020
1 parent 699df6a commit 03b5720
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: go

arch:
- AMD64
- ppc64le

go:
- 1.8
- 1.9
- 1.14
- 1.15
- tip

script:
Expand Down

0 comments on commit 03b5720

Please sign in to comment.