We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36aedf2 commit bb98937Copy full SHA for bb98937
.travis.yml
@@ -86,7 +86,7 @@ deploy:
86
# In this example, there are some targets that are tested using the stable
87
# and nightly channels. This condition makes sure there is only one release
88
# for such targets and that's generated using the stable channel
89
- condition: $TRAVIS_RUST_VERSION = stable
+ condition: $TRAVIS_RUST_VERSION = nightly
90
tags: true
91
provider: releases
92
skip_cleanup: true
ci/script.sh
@@ -19,6 +19,6 @@ main() {
19
}
20
21
# we don't run the "test phase" when doing deploys
22
-if [ -z $TRAVIS_TAG ]; then
+# if [ -z $TRAVIS_TAG ]; then
23
main
24
-fi
+# fi
0 commit comments