aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--README.md1
2 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f1e8f97..38ad62a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git debhelper fakeroot
- sudo apt-get install -y libpcap-dev libselinux1-dev libbsd-dev
-- sudo apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64 mingw-w64-i686-dev clang-5.0
+- sudo apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64 mingw-w64-i686-dev clang
mingw-w64-common
- sudo apt-get install -y autoconf automake dh-autoreconf
after_failure:
@@ -14,7 +14,7 @@ script:
- git clean -df . && export CC=i686-w64-mingw32-gcc && autoreconf -fi &&
./configure --host=i686-w64-mingw32 --build=$(gcc -dumpmachine) && make
CFLAGS='-Werror'
-- git clean -df . && export CC=clang-5.0 && autoreconf -fi && ./configure && make
+- git clean -df . && export CC=clang && autoreconf -fi && ./configure && make
CFLAGS='-Werror -Wno-error=for-loop-analysis' V=s
env:
global:
diff --git a/README.md b/README.md
index 14f7c38..5d48190 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
[![Build Status](https://travis-ci.org/lnslbrty/ptunnel-ng.svg?branch=master)](https://travis-ci.org/lnslbrty/ptunnel-ng)
-[![Pipeline Status](https://gitlab.com/lnslbrty/ptunnel-ng/badges/master/pipeline.svg)](https://gitlab.com/lnslbrty/ptunnel-ng/commits/master)
[![Coverity Status](https://scan.coverity.com/projects/14737/badge.svg?flat=1)](https://scan.coverity.com/projects/14737)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/021aa1d88dd7486db83df3ff96f9eff8)](https://www.codacy.com/app/lnslbrty/ptunnel-ng?utm_source=github.com&utm_medium=referral&utm_content=lnslbrty/ptunnel-ng&utm_campaign=Badge_Grade)
[![GitHub issues](https://img.shields.io/github/issues/lnslbrty/ptunnel-ng.svg)](https://github.com/lnslbrty/ptunnel-ng/issues)