Skip to content

Commit 1c264c1

Browse files
committed
Finalize changes to travis.yml to include windows
1 parent 02db134 commit 1c264c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ script:
5151
- cargo clippy -- -D warnings
5252
# Build the code.
5353
- cargo build
54-
- |-
54+
before_deploy:
55+
- |-
5556
case $TRAVIS_OS_NAME in
5657
windows) cargo build --release; cp target/release/jira-terminal.exe ./ ;;
5758
*) ./build-release jira-terminal ${TRAVIS_TAG}-${TRAVIS_OS_NAME} ;;
5859
esac
59-
- ls
6060
deploy:
6161
provider: releases
6262
api_key: $GITHUB_TOKEN

0 commit comments

Comments
 (0)