Skip to content

Commit

Permalink
Fix travis deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jupp0r committed Aug 23, 2016
1 parent 2bf2f68 commit f9f3d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ after_success: |
before_deploy: |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
mv target/release/cpp_codegen_rs target/release/cpp_codegen_linux
else if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
mv target/release/cpp_codegen_rs target/release/cpp_codegen_osx
mv target/release/cpp_codegen_rs target/release/cpp_codegen_linux;
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
mv target/release/cpp_codegen_rs target/release/cpp_codegen_osx;
fi
deploy:
Expand Down

0 comments on commit f9f3d27

Please sign in to comment.