Skip to content

Commit

Permalink
fix: disabled deb artifact in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Halleck45 committed Apr 13, 2017
1 parent ed6271c commit cc553d9
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 @@ -28,7 +28,7 @@ script:

before_deploy:
- make build
- git add -f build/phpmetrics.deb build/phpmetrics.phar
- git add -f build/phpmetrics.phar # build/phpmetrics.deb

deploy:
- provider: releases
Expand Down

0 comments on commit cc553d9

Please sign in to comment.