summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-09-22 13:27:05 +0300
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-09-22 12:27:05 +0200
commitc4344a3c994c594c57b437710a4605fe4a840953 (patch)
treeaf7eabba5100560c1ad021a4882aee7d01bee234 /.travis.yml
parent86cd1e6618ec0ca1b83c58d2ff6200c69d854dc6 (diff)
netdata/ci: fix branch check (#6905)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f6f4bd6ea..5c12e52dd7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,8 +53,7 @@ stages:
# Nightly operations
- name: Nightly operations
- #if: branch = master AND type = cron
- if: branch =fix-coverity-toolkit
+ if: branch = master AND type = cron
- name: Nightly release
if: branch = master AND type = cron