-
-
Notifications
You must be signed in to change notification settings - Fork 686
Deployment
Kazuki Sakamoto edited this page Oct 11, 2015
·
20 revisions
- Push
release
branch and snapshot tag
$ git checkout -b release origin/release
$ git rebase master
$ git push origin release
$ git tag snapshot-NO
$ git push origin snapshot-NO
- Travis CI automatically deploys the built dmg file to GitHub releases.
- Refer to http://docs.travis-ci.com/user/deployment/releases/
- Update
.travis.yml
inrelease
branch- Use travis command if you need to update
api_key
, but it will reformat the all file, just please updateapi_key:
.
- Use travis command if you need to update
$ travis setup releases