Skip to content

Commit

Permalink
Merge pull request #174 from sanjaymsh/ppc64le
Browse files Browse the repository at this point in the history
Travis-ci: added support for ppc64le
  • Loading branch information
miek authored Nov 23, 2020
2 parents 87fe2f2 + 1d9b349 commit 68f1d1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ dist: bionic
os:
- linux
- osx

arch:
- amd64
- ppc64le
compiler:
- gcc
- clang
Expand All @@ -18,6 +20,8 @@ matrix:
# /usr/bin/gcc on OS X is clang, so it's not meaningful to build against both.
- os: osx
compiler: gcc
- os: osx
arch: ppc64le

addons:
apt:
Expand Down

0 comments on commit 68f1d1b

Please sign in to comment.