Commit 6afa1cee authored by Simon Giesecke's avatar Simon Giesecke

Problem: travis-ci analysis build is always run

Solution: configure to run only on scheduled runs or on specifically named branches
parent 51fd4b6a
......@@ -93,7 +93,8 @@ matrix:
- llvm-toolchain-trusty-5.0
packages:
- clang-5.0
- env: BUILD_TYPE=cmake CLANG_TIDY=/usr/bin/clang-tidy-6.0 CC=clang-6.0 CXX=clang++-6.0
- if: type = cron OR (branch =~ analyze$ AND type = push)
env: BUILD_TYPE=cmake CLANG_TIDY=/usr/bin/clang-tidy-6.0 CC=clang-6.0 CXX=clang++-6.0
os: linux
compiler: clang
addons:
......@@ -109,7 +110,7 @@ matrix:
os: linux
- env: BUILD_TYPE=default POLLER=select
os: linux
sudo: false
before_install:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment