diff options
author | Till Höppner | 2016-03-20 14:12:45 +0100 |
---|---|---|
committer | Till Höppner | 2016-03-20 14:12:45 +0100 |
commit | 5adf5cf1eb19f35a0564a6fa1abe0e0f3459fd04 (patch) | |
tree | 673a8cfaf5459b2a4785b1f25e832c63251c322f | |
parent | 8ffcdda7d08505ad5bb3141a5e53a5ba5b78cd35 (diff) | |
download | ilc-0.3.0+2.tar.gz ilc-0.3.0+2.tar.xz ilc-0.3.0+2.zip |
Fix deploy conditionv0.3.0+2
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |