aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-05-21 09:52:16 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-05-21 12:46:11 +1000
commitac734a084319eac44d3698f5929b6e10c7eff77f (patch)
tree933f415fd7e188092eb76390bec669cec785ea23 /.travis.yml
parent59bdc3a2d199a0d2599732e9ff05f4efb4213c10 (diff)
downloadskiboot-ac734a084319eac44d3698f5929b6e10c7eff77f.zip
skiboot-ac734a084319eac44d3698f5929b6e10c7eff77f.tar.gz
skiboot-ac734a084319eac44d3698f5929b6e10c7eff77f.tar.bz2
opal-ci: Add Fedora 30
Disable Fedora30 on ppc64le due to mysterious failures Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b48d6fb..d625d97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ env:
- RUN_ON_CONTAINER=ubuntu-latest
- RUN_ON_CONTAINER=centos7
- RUN_ON_CONTAINER=fedora29
+ - RUN_ON_CONTAINER=fedora30
- RUN_ON_CONTAINER=fedora-rawhide
- RUN_ON_CONTAINER=debian-stretch
- RUN_ON_CONTAINER=debian-unstable
@@ -25,6 +26,8 @@ matrix:
allow_failures:
- env: RUN_ON_CONTAINER=fedora-rawhide
- env: RUN_ON_CONTAINER=debian-unstable
+ - os: linux-ppc64le
+ env: RUN_ON_CONTAINER=fedora30
exclude:
- os: linux-ppc64le
env: RUN_ON_CONTAINER=centos7