Skip to content

Commit bb98937

Browse files
author
Cedric Gatay
committed
feat(rust): try to fix deploy tag
1 parent 36aedf2 commit bb98937

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ deploy:
8686
# In this example, there are some targets that are tested using the stable
8787
# and nightly channels. This condition makes sure there is only one release
8888
# for such targets and that's generated using the stable channel
89-
condition: $TRAVIS_RUST_VERSION = stable
89+
condition: $TRAVIS_RUST_VERSION = nightly
9090
tags: true
9191
provider: releases
9292
skip_cleanup: true

ci/script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ main() {
1919
}
2020

2121
# we don't run the "test phase" when doing deploys
22-
if [ -z $TRAVIS_TAG ]; then
22+
# if [ -z $TRAVIS_TAG ]; then
2323
main
24-
fi
24+
# fi

0 commit comments

Comments
 (0)