[tor-commits] [ooni-probe/master] [ci-debug] Fix condition?
art at torproject.org
art at torproject.org
Fri Jan 13 12:39:58 UTC 2017
commit 74866c846e192b730017b480a53195be0ec91f56
Author: Arturo Filastò <arturo at filasto.net>
Date: Wed Dec 7 00:33:37 2016 +0000
[ci-debug] Fix condition?
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 3991d21..db0fc53 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,7 +58,7 @@ deploy:
script: 'scripts/deploy.sh $HOME/.ssh/id_rsa_travis'
on:
branch: master
- condition: $TWISTED=Twisted
+ condition: "$TWISTED = Twisted"
notifications:
irc:
channels:
More information about the tor-commits
mailing list