Skip to content

Commit

Permalink
Adding ppc64le architecture support on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorkunal-raj committed Nov 6, 2020
1 parent e342ef1 commit 7d4bc49
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,26 @@ matrix:
dist: bionic
- php: nightly
dist: bionic
# Adding jobs for ppc64le
- php: 5.6
arch: ppc64le
dist: xenial
- php: 7.0
arch: ppc64le
dist: xenial
- php: 7.1
arch: ppc64le
dist: bionic
- php: 7.2
arch: ppc64le
dist: bionic
- php: 7.4
arch: ppc64le
dist: bionic
- php: nightly
arch: ppc64le
dist: bionic

fast_finish: true

install:
Expand Down

0 comments on commit 7d4bc49

Please sign in to comment.