Skip to content

Commit

Permalink
git add use --force to add .deb to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Halleck45 committed Aug 20, 2016
1 parent 6825833 commit 5293d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ script:
- make test
before_deploy:
- make build
- git add build/phpmetrics.deb build/phpmetrics.phar
- git add -f build/phpmetrics.deb build/phpmetrics.phar
deploy:
- provider: releases
api_key:
Expand Down

0 comments on commit 5293d92

Please sign in to comment.