diff options
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 80f185e1..592b5da0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,12 +20,6 @@ jobs: arch: s390x language: shell script: "sudo ./tests/simple.sh" - - name: "18.04 native ppc64le" - os: linux - dist: bionic - arch: ppc64le - language: shell - script: "sudo ./tests/simple.sh" - name: "16.04 native run (py3.5)" os: linux dist: xenial @@ -67,6 +61,13 @@ jobs: script: - "nosetests -v --with-cover --cover-package=sos --cover-html" - "sudo ./tests/simple.sh ~/virtualenv/python$TRAVIS_PYTHON_VERSION/bin/python" + allow_failures: + - name: "18.04 native ppc64le" + os: linux + dist: bionic + arch: ppc64le + language: shell + script: "sudo ./tests/simple.sh" notifications: email: |