Skip to content

Commit

Permalink
Merge pull request #66 from manish364824/master
Browse files Browse the repository at this point in the history
Add travis jobs on ppc64le
  • Loading branch information
prabhuramachandran committed Dec 17, 2020
2 parents 22c77ee + cc97dd0 commit 9d82e26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
arch:
- amd64
- ppc64le

os:
ubuntu

Expand All @@ -13,6 +17,7 @@ python:
install:
- sudo apt-get update
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- if [[ "$TRAVIS_CPU_ARCH" == "ppc64le" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-ppc64le.sh -O miniconda.sh; fi
- bash miniconda.sh -b -p $HOME/miniconda
- source "$HOME/miniconda/etc/profile.d/conda.sh"
- hash -r
Expand Down

0 comments on commit 9d82e26

Please sign in to comment.