Skip to content

Commit f9f3d27

Browse files
committed
Fix travis deployment
1 parent 2bf2f68 commit f9f3d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ after_success: |
3939
4040
before_deploy: |
4141
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
42-
mv target/release/cpp_codegen_rs target/release/cpp_codegen_linux
43-
else if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
44-
mv target/release/cpp_codegen_rs target/release/cpp_codegen_osx
42+
mv target/release/cpp_codegen_rs target/release/cpp_codegen_linux;
43+
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
44+
mv target/release/cpp_codegen_rs target/release/cpp_codegen_osx;
4545
fi
4646
4747
deploy:

0 commit comments

Comments
 (0)