summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-05-22 11:51:28 +0200
committerraveit65 <[email protected]>2019-05-22 12:22:29 +0200
commit1f3cada6a2e1c7112fc1e922e23c6d04aaa5e65f (patch)
tree32b19adf888bff8c4f3214145adc828137788a71
parent2768c0c160f2af5d04edf99da92b83fc087251fe (diff)
downloadcaja-1f3cada6a2e1c7112fc1e922e23c6d04aaa5e65f.tar.bz2
caja-1f3cada6a2e1c7112fc1e922e23c6d04aaa5e65f.tar.xz
travis: use fedora-30 and ubuntu-19.10 for building
-rw-r--r--.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 775472c6..70faa7d5 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
@@ -175,10 +175,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