From ae6cef3a616ecdf0b10e0c4915be952e0079f73f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 28 May 2019 09:59:33 +0200 Subject: travis: use fedora-30 and ubuntu-19.10 for building --- .travis.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bf9d551..814fb38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,8 +55,8 @@ after_success: env: - DISTRO="archlinux/base" - DISTRO="debian:sid" - - DISTRO="fedora:29" - - DISTRO="ubuntu:18.10" + - DISTRO="fedora:30" + - DISTRO="ubuntu:19.10" ########################################################## # THE FOLLOWING LINES IS USED BY docker-build @@ -133,10 +133,11 @@ variables: -enable-checker security.insecureAPI.strcpy"' build_scripts: - - if [ ${DISTRO_NAME} == "fedora" ];then - - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh - - bash ./fedora.sh - - fi +# build failed with f30 und using clang patch, fixed in f30? +# - if [ ${DISTRO_NAME} == "fedora" ];then +# - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh +# - bash ./fedora.sh +# - fi - ./autogen.sh - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then -- cgit v1.2.1