Skip to content

Commit 5adf5cf

Browse files
committed
Fix deploy condition
1 parent 8ffcdda commit 5adf5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ deploy:
117117
skip_cleanup: true
118118
# deploy when a new tag is pushed
119119
on:
120-
condition: $TRAVIS_RUST_VERSION = stable
120+
condition: $CHANNEL = stable
121121
tags: true
122122

123123
branches:

0 commit comments

Comments
 (0)