Remove Fedora 24 from default build matrices.

This commit is contained in:
Alexey Kopytov
2017-10-25 17:27:28 +03:00
parent 8924043d93
commit 2492d8d675
2 changed files with 0 additions and 7 deletions

View File

@ -30,7 +30,6 @@ env:
- TARGET=coverage
- OS=el DIST=6
- OS=el DIST=7
- OS=fedora DIST=24
- OS=fedora DIST=25
- OS=fedora DIST=26
- OS=ubuntu DIST=trusty
@ -52,8 +51,6 @@ matrix:
compiler: clang
- env: OS=el DIST=7
compiler: clang
- env: OS=fedora DIST=24
compiler: clang
- env: OS=fedora DIST=25
compiler: clang
- env: OS=fedora DIST=26
@ -90,8 +87,6 @@ matrix:
os: osx
- env: OS=el DIST=7
os: osx
- env: OS=fedora DIST=24
os: osx
- env: OS=fedora DIST=25
os: osx
- env: OS=fedora DIST=26

View File

@ -48,7 +48,6 @@ PACKPACK_REPO=${PACKPACK_REPO:-akopytov/packpack}
distros_x86_64=(
"el 6 x86_64"
"el 7 x86_64"
"fedora 24 x86_64"
"fedora 25 x86_64"
"fedora 26 x86_64"
"ubuntu trusty x86_64"
@ -70,7 +69,6 @@ distros_i386=(
distros_aarch64=(
"el 7 aarch64"
"fedora 24 aarch64"
"fedora 25 aarch64"
"fedora 26 aarch64"
"ubuntu trusty aarch64"