Skip to content

Commit

Permalink
Merge pull request #14 from ddeka2910/master
Browse files Browse the repository at this point in the history
Add architecture ppc64le to travis build
  • Loading branch information
vpeil committed Nov 25, 2020
2 parents a6c57c1 + 92e6604 commit b2dec33
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,35 @@ matrix:
dist: trusty
- perl: "5.12"
dist: trusty
#powerjobs
- perl: "5.28"
dist: xenial
arch: ppc64le
- perl: "5.26"
dist: xenial
arch: ppc64le
- perl: "5.24"
dist: xenial
arch: ppc64le
- perl: "5.22"
dist: xenial
arch: ppc64le
- perl: "5.20"
dist: trusty
arch: ppc64le
- perl: "5.18"
dist: trusty
arch: ppc64le
- perl: "5.16"
dist: trusty
arch: ppc64le
- perl: "5.14"
dist: trusty
arch: ppc64le
- perl: "5.12"
dist: trusty
arch: ppc64le

install:
- cpanm --local-lib=~/perl5 local::lib
- cpanm --local-lib=~/perl5 --quiet --notest --skip-satisfied Devel::Cover
Expand Down

0 comments on commit b2dec33

Please sign in to comment.