Skip to content

Commit

Permalink
Merge pull request #76 from kishorkunal-raj/master
Browse files Browse the repository at this point in the history
Adding ppc64le architecture support on travis-ci
  • Loading branch information
Seldaek authored Nov 6, 2020
2 parents e342ef1 + 7d4bc49 commit 7a5f805
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 7a5f805

Please sign in to comment.