Skip to content

Commit

Permalink
Merge pull request #172 from sanjaymsh/ppc64le
Browse files Browse the repository at this point in the history
Travis-ci: added support for ppc64le along with amd64
  • Loading branch information
yarikoptic committed Oct 1, 2020
2 parents 0f6cecc + d0fab71 commit a7e20fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,9 @@
# travis-ci.org definition for DueCredit build
language: python
sudo: false
arch:
- amd64
- ppc64le
python:
- "2.7"
- "3.5"
Expand All @@ -13,6 +16,9 @@ cache:
- pip
before_install:
# - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then travis_retry sudo apt-get update -qq; fi
- if [ "$TRAVIS_ARCH" = "ppc64le" ]; then
sudo chown -Rvf $USER:$GROUP ~/.cache/pip/wheels;
fi

git:
depth: 99999
Expand Down

0 comments on commit a7e20fd

Please sign in to comment.