From 5adf5cf1eb19f35a0564a6fa1abe0e0f3459fd04 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Sun, 20 Mar 2016 14:12:45 +0100 Subject: Fix deploy condition --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 574ab34..6eefd09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -117,7 +117,7 @@ deploy: skip_cleanup: true # deploy when a new tag is pushed on: - condition: $TRAVIS_RUST_VERSION = stable + condition: $CHANNEL = stable tags: true branches: -- cgit v1.2.3