Skip to content

Commit d783b92

Browse files
committed
disable travis-ci on appveyor build-.* branches
1 parent 89a8772 commit d783b92

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

.travis.yml

+3-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
language: c
2-
3-
addons:
4-
apt:
5-
# https://github.com/SimonKagstrom/kcov/blob/master/INSTALL.md#user-content-ubuntu
6-
packages: [shellcheck, binutils-dev, libcurl4-openssl-dev, zlib1g-dev, libdw-dev, libiberty-dev]
7-
8-
matrix:
9-
include:
10-
- os: linux
11-
install:
12-
- KCOV_VERSION=34
13-
- curl -fsSL https://github.com/SimonKagstrom/kcov/archive/v"$KCOV_VERSION".tar.gz | tar -C "$HOME" -zxf -
14-
- pushd "$HOME/kcov-$KCOV_VERSION"
15-
- cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local .
16-
- make install -j$(nproc)
17-
- popd
18-
script: kcov --exclude-pattern=travis.sh $PWD/coverage ./travis.sh
19-
after_success: bash <(curl -s https://codecov.io/bash) -s $PWD/coverage
20-
- os: osx
21-
script: ./travis.sh
1+
branches:
2+
except:
3+
- /^build-/

0 commit comments

Comments
 (0)