commit 74866c846e192b730017b480a53195be0ec91f56 Author: Arturo Filastò arturo@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:
tor-commits@lists.torproject.org