Skip to content

Commit

Permalink
disable travis-ci on appveyor build-.* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Feb 17, 2018
1 parent 89a8772 commit d783b92
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .travis.yml
@@ -1,21 +1,3 @@
language: c

addons:
apt:
# https://github.com/SimonKagstrom/kcov/blob/master/INSTALL.md#user-content-ubuntu
packages: [shellcheck, binutils-dev, libcurl4-openssl-dev, zlib1g-dev, libdw-dev, libiberty-dev]

matrix:
include:
- os: linux
install:
- KCOV_VERSION=34
- curl -fsSL https://github.com/SimonKagstrom/kcov/archive/v"$KCOV_VERSION".tar.gz | tar -C "$HOME" -zxf -
- pushd "$HOME/kcov-$KCOV_VERSION"
- cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local .
- make install -j$(nproc)
- popd
script: kcov --exclude-pattern=travis.sh $PWD/coverage ./travis.sh
after_success: bash <(curl -s https://codecov.io/bash) -s $PWD/coverage
- os: osx
script: ./travis.sh
branches:
except:
- /^build-/

0 comments on commit d783b92

Please sign in to comment.