summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Nagl <sin6332@thi.de>2017-02-06 20:03:22 +0100
committerSimon Nagl <sin6332@thi.de>2017-02-06 20:03:22 +0100
commit5f7c0b0d31c6c69d4373e06a2ff7a76f8c43815c (patch)
tree057231d6c5a18ccd6a26e4ca74d73e4566653b4b /.travis.yml
parent73990d380810915538a796e0a91150566ebd0e01 (diff)
[travis] Fix deploy condition
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 f1ecba4dd3..b652f4dbf8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,7 +51,6 @@ deploy:
file_glob: true
file: "netdata*.tar.*"
on:
- condition: $CC = gcc
- condition: $TRAVIS_OS_NAME = linux
+ condition: $CC = gcc && $TRAVIS_OS_NAME
repo: firehol/netdata
tags: true