diff --git a/.travis.yml b/.travis.yml
index 7c079006d78f034c9b0c7c3de299874609f8bfc8..69b69fd1ab88d5e16c7cf72a8953baee5aeb3d04 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,18 +38,6 @@ jobs:
       script:
         - DEBUG=1 python setup.py install
         - pytest --cov=./ --cov-report=xml
-    - stage: test
-      python: "3.8"
-      arch: "ppc64le"
-      before_script:
-        - pip install -r requirements.txt
-        - pip install pytest coverage pytest-cov
-      after_script:
-        - coverage xml
-        - coverage report
-      script:
-        - DEBUG=1 python setup.py install
-        - pytest --cov=./ --cov-report=xml
     - stage: test
       python: "3.8"
       script:
@@ -90,22 +78,6 @@ jobs:
         - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl
       after_script:
         - echo "Done"
-    - stage: deploy
-      python: "3.8"
-      arch: "ppc64le"
-      before_script:
-        - sudo apt-get update
-        - sudo apt-get install -y patchelf
-        - pip install wheel auditwheel twine doctor-wheel cython
-      script:
-        - python setup.py bdist_wheel
-        - cd dist
-        - doctor-wheel *.whl
-        - auditwheel repair --plat manylinux2014_ppc64le *.whl
-        - cd wheelhouse
-        - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl
-      after_script:
-        - echo "Done"
     - stage: deploy
       python: "3.8"
       arch: "arm64"