Skip to content

Commit

Permalink
Remove Travis condition : deploy on rust stable
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa authored Aug 20, 2019
1 parent cdbcb40 commit f8d9346
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ deploy:
file_glob: true
file: $CRATE_NAME-$TRAVIS_TAG-$TARGET.*
on:
# TODO Here you can pick which targets will generate binary releases
# In this example, there are some targets that are tested using the stable
# and nightly channels. This condition makes sure there is only one release
# for such targets and that's generated using the stable channel
condition: $TRAVIS_RUST_VERSION = stable
tags: true
provider: releases
skip_cleanup: true
Expand Down

0 comments on commit f8d9346

Please sign in to comment.