diff options
author | Bryan Quigley <bryan.quigley@canonical.com> | 2020-05-19 17:19:45 -0700 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-05-20 11:08:40 -0400 |
commit | 7d4bf832b09485a6c3291763c5a61211702f9b43 (patch) | |
tree | 0691413c166ec33a43fafb72f1a904008e604c39 | |
parent | 31e0467885ef3986b476ea070941a786b426f298 (diff) | |
download | sos-7d4bf832b09485a6c3291763c5a61211702f9b43.tar.gz |
[travis] Kill PPC
Apparently I just broke travis entirely with trying allow-
downgrades.
Resolves: #2077
Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com>
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 592b5da0..9ef94b9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,13 +61,6 @@ 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: |