Skip to content

Commit

Permalink
[travis] deploy on beta branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdembia committed Nov 9, 2017
1 parent d90e51d commit 43befe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -311,7 +311,8 @@ deploy:
skip_cleanup: true
script: rsync --archive --compress --verbose ~/to_deploy/$ZIPNAME opensim-bot@frs.sourceforge.net:/home/frs/project/myosin/opensim-core/
on:
branch: master
# TODO temporarily deply on beta branch so GUI doesn't depend directly on master.
branch: 4.0beta_nov2017
# Upload for both linux (once) and OSX. Might need to modify the condition
# if we change the build matrix.
condition: "$DEPLOY = yes"
Expand Down

0 comments on commit 43befe1

Please sign in to comment.