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 02db134 commit 1c264c1Copy full SHA for 1c264c1
.travis.yml
@@ -51,12 +51,12 @@ script:
51
- cargo clippy -- -D warnings
52
# Build the code.
53
- cargo build
54
- - |-
+before_deploy:
55
+- |-
56
case $TRAVIS_OS_NAME in
57
windows) cargo build --release; cp target/release/jira-terminal.exe ./ ;;
58
*) ./build-release jira-terminal ${TRAVIS_TAG}-${TRAVIS_OS_NAME} ;;
59
esac
- - ls
60
deploy:
61
provider: releases
62
api_key: $GITHUB_TOKEN
0 commit comments